MSSQL: added asset_flags, CreatorID to migrations

soprefactor
AlexRa 2010-05-19 10:28:10 +03:00
parent 49f4cc4246
commit 187a98615b
1 changed files with 6 additions and 0 deletions

View File

@ -97,4 +97,10 @@ COMMIT
DELETE FROM assets WHERE id = 'dc4b9f0b-d008-45c6-96a4-01dd947ac621';
:VERSION 6
ALTER TABLE assets ADD asset_flags INTEGER NOT NULL DEFAULT 0;
:VERSION 7
alter table assets add creatorid varchar(36) not null default '';