Put storageIds into the JSON blob.

Add image and image data upload for annotating photos for stories.
This commit is contained in:
Colin Kuskie 2009-03-23 03:02:44 +00:00
parent e399af16d0
commit e5cdfdfae8
2 changed files with 91 additions and 77 deletions

View file

@ -336,7 +336,6 @@ CREATE TABLE Story (
location CHAR(255),
highlights TEXT,
story MEDIUMTEXT,
storageId CHAR(255),
photo LONGTEXT,
PRIMARY KEY ( assetId, revisionDate )
)