diff options
author | Diva Canto | 2011-04-30 20:27:17 -0700 |
---|---|---|
committer | Diva Canto | 2011-04-30 20:27:17 -0700 |
commit | 60e4c4e3e2512e9a202d3c328402332eff970c7b (patch) | |
tree | 4bc7442847a170114d93d53966d0c62d47083d1a /OpenSim/Data/MSSQL/Resources/InventoryStore.migrations | |
parent | Increased the timeouts here too. They were very low. (diff) | |
parent | Added MrMonkE to the contributors. Fixed contributors. (diff) | |
download | opensim-SC_OLD-60e4c4e3e2512e9a202d3c328402332eff970c7b.zip opensim-SC_OLD-60e4c4e3e2512e9a202d3c328402332eff970c7b.tar.gz opensim-SC_OLD-60e4c4e3e2512e9a202d3c328402332eff970c7b.tar.bz2 opensim-SC_OLD-60e4c4e3e2512e9a202d3c328402332eff970c7b.tar.xz |
Merge branch '0.7.1-dev' of ssh://opensimulator.org/var/git/opensim into 0.7.1-dev
Diffstat (limited to 'OpenSim/Data/MSSQL/Resources/InventoryStore.migrations')
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/InventoryStore.migrations | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/InventoryStore.migrations b/OpenSim/Data/MSSQL/Resources/InventoryStore.migrations index e2a8d57..4a3cb27 100644 --- a/OpenSim/Data/MSSQL/Resources/InventoryStore.migrations +++ b/OpenSim/Data/MSSQL/Resources/InventoryStore.migrations | |||
@@ -238,7 +238,10 @@ alter table inventoryitems | |||
238 | 238 | ||
239 | COMMIT | 239 | COMMIT |
240 | 240 | ||
241 | 241 | :VERSION 8 | |
242 | |||
243 | |||
244 | 242 | ||
243 | ALTER TABLE inventoryitems | ||
244 | ADD CONSTRAINT DF_inventoryitems_creatorID | ||
245 | DEFAULT '00000000-0000-0000-0000-000000000000' FOR creatorID | ||
246 | |||
247 | :GO \ No newline at end of file | ||