diff options
author | opensim mirror account | 2010-11-21 17:30:05 -0800 |
---|---|---|
committer | opensim mirror account | 2010-11-21 17:30:05 -0800 |
commit | c913f92f0f12dc43e853083083a199ca282df06d (patch) | |
tree | 09a0c5bc899a61ba38320a14861f656e86f7b73b /OpenSim/Data/MySQL/Resources/InventoryStore.migrations | |
parent | Merge branch 'master' of /var/git/opensim/ (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-c913f92f0f12dc43e853083083a199ca282df06d.zip opensim-SC-c913f92f0f12dc43e853083083a199ca282df06d.tar.gz opensim-SC-c913f92f0f12dc43e853083083a199ca282df06d.tar.bz2 opensim-SC-c913f92f0f12dc43e853083083a199ca282df06d.tar.xz |
Merge branch 'master' of /var/git/opensim/
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/InventoryStore.migrations | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/InventoryStore.migrations b/OpenSim/Data/MySQL/Resources/InventoryStore.migrations index 3e9bad5..993a5a0 100644 --- a/OpenSim/Data/MySQL/Resources/InventoryStore.migrations +++ b/OpenSim/Data/MySQL/Resources/InventoryStore.migrations | |||
@@ -99,3 +99,11 @@ BEGIN; | |||
99 | alter table inventoryitems modify column creatorID varchar(128) not NULL default '00000000-0000-0000-0000-000000000000'; | 99 | alter table inventoryitems modify column creatorID varchar(128) not NULL default '00000000-0000-0000-0000-000000000000'; |
100 | 100 | ||
101 | COMMIT; | 101 | COMMIT; |
102 | |||
103 | :VERSION 6 # ------------ | ||
104 | |||
105 | BEGIN; | ||
106 | |||
107 | alter table inventoryitems modify column creatorID varchar(255) not NULL default '00000000-0000-0000-0000-000000000000'; | ||
108 | |||
109 | COMMIT; | ||