diff options
author | Melanie | 2010-05-26 17:19:02 +0100 |
---|---|---|
committer | Melanie | 2010-05-26 17:19:02 +0100 |
commit | 97501495eb2f54912b862d9dd544ca467e8b9d1e (patch) | |
tree | 3fed12f5c6bcc514368b40b16a0a0f165ab9aac1 /OpenSim/Data/MSSQL/Resources/AssetStore.migrations | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
parent | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff) | |
download | opensim-SC-97501495eb2f54912b862d9dd544ca467e8b9d1e.zip opensim-SC-97501495eb2f54912b862d9dd544ca467e8b9d1e.tar.gz opensim-SC-97501495eb2f54912b862d9dd544ca467e8b9d1e.tar.bz2 opensim-SC-97501495eb2f54912b862d9dd544ca467e8b9d1e.tar.xz |
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Data/MSSQL/Resources/AssetStore.migrations')
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/AssetStore.migrations | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/AssetStore.migrations b/OpenSim/Data/MSSQL/Resources/AssetStore.migrations index beb82b9..8664ce9 100644 --- a/OpenSim/Data/MSSQL/Resources/AssetStore.migrations +++ b/OpenSim/Data/MSSQL/Resources/AssetStore.migrations | |||
@@ -97,4 +97,10 @@ COMMIT | |||
97 | 97 | ||
98 | DELETE FROM assets WHERE id = 'dc4b9f0b-d008-45c6-96a4-01dd947ac621'; | 98 | DELETE FROM assets WHERE id = 'dc4b9f0b-d008-45c6-96a4-01dd947ac621'; |
99 | 99 | ||
100 | :VERSION 6 | ||
100 | 101 | ||
102 | ALTER TABLE assets ADD asset_flags INTEGER NOT NULL DEFAULT 0; | ||
103 | |||
104 | :VERSION 7 | ||
105 | |||
106 | alter table assets add creatorid varchar(36) not null default ''; | ||