Put storageIds into the JSON blob.
Add image and image data upload for annotating photos for stories.
This commit is contained in:
parent
e399af16d0
commit
e5cdfdfae8
2 changed files with 91 additions and 77 deletions
|
|
@ -336,7 +336,6 @@ CREATE TABLE Story (
|
|||
location CHAR(255),
|
||||
highlights TEXT,
|
||||
story MEDIUMTEXT,
|
||||
storageId CHAR(255),
|
||||
photo LONGTEXT,
|
||||
PRIMARY KEY ( assetId, revisionDate )
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue