Follow up to last commit, fix field length

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
This commit is contained in:
Cinder
2015-03-03 20:42:22 -07:00
committed by BlueWall
parent 7913417683
commit e5c0b68849
2 changed files with 7 additions and 0 deletions

View File

@@ -92,3 +92,7 @@ ALTER TABLE assets ADD "asset_flags" INTEGER NOT NULL DEFAULT 0;
:VERSION 7
alter table assets add "creatorid" varchar(36) not null default '';
:VERSION 8
ALTER TABLE assets MODIFY description varchar(128);