aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources/InventoryStore.migrations
diff options
context:
space:
mode:
authorDiva Canto2011-04-30 20:27:17 -0700
committerDiva Canto2011-04-30 20:27:17 -0700
commit60e4c4e3e2512e9a202d3c328402332eff970c7b (patch)
tree4bc7442847a170114d93d53966d0c62d47083d1a /OpenSim/Data/MSSQL/Resources/InventoryStore.migrations
parentIncreased the timeouts here too. They were very low. (diff)
parentAdded MrMonkE to the contributors. Fixed contributors. (diff)
downloadopensim-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.migrations9
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
239COMMIT 239COMMIT
240 240
241 241:VERSION 8
242
243
244 242
243ALTER TABLE inventoryitems
244ADD CONSTRAINT DF_inventoryitems_creatorID
245DEFAULT '00000000-0000-0000-0000-000000000000' FOR creatorID
246
247:GO \ No newline at end of file