The 8th migration statement in AssetStore.migrations didn't look right.

soprefactor
Diva Canto 2010-05-23 12:22:47 -07:00
parent 4e23acb133
commit 1ab826d67c
1 changed files with 1 additions and 1 deletions

View File

@ -73,5 +73,5 @@ ALTER TABLE assets ADD COLUMN asset_flags INTEGER NOT NULL DEFAULT 0;
:VERSION 8
alter table assets add CreatorID varchar(36) not null default ''
ALTER TABLE assets ADD COLUMN CreatorID varchar(36) NOT NULL DEFAULT '';