mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
MSSQL: added asset_flags, CreatorID to migrations
This commit is contained in:
@@ -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 '';
|
||||
|
||||
Reference in New Issue
Block a user