Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-05-24 23:40:22 +01:00
3 changed files with 5 additions and 4 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 '';