Add in annotations column.

This commit is contained in:
Brian Medley 2009-03-23 08:48:48 +00:00
parent 446cf883f5
commit 44502360ce

View file

@ -544,6 +544,7 @@ CREATE TABLE `ImageAsset` (
`thumbnailSize` int(11) NOT NULL default '50',
`parameters` text,
`revisionDate` bigint(20) NOT NULL default '0',
`annotations` mediumtext,
PRIMARY KEY (`assetId`,`revisionDate`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
SET character_set_client = @saved_cs_client;