diff options
author | Mic Bowman | 2013-02-08 22:43:56 -0800 |
---|---|---|
committer | Mic Bowman | 2013-02-08 22:43:56 -0800 |
commit | 0a297a0e52b673427ff61b254f6065c217b1375d (patch) | |
tree | aa337fff2dfda8677a7a76eb08b76a1d07df178a /OpenSim/Data/MySQL/Resources/RegionStore.migrations | |
parent | Make JsonStore path parsing more robust. Should fix the (diff) | |
parent | Fixed ReadSculptData(): the check whether there are enough bytes to read was ... (diff) | |
download | opensim-SC-0a297a0e52b673427ff61b254f6065c217b1375d.zip opensim-SC-0a297a0e52b673427ff61b254f6065c217b1375d.tar.gz opensim-SC-0a297a0e52b673427ff61b254f6065c217b1375d.tar.bz2 opensim-SC-0a297a0e52b673427ff61b254f6065c217b1375d.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/RegionStore.migrations | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations index 48cd60b..513c784 100644 --- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations | |||
@@ -911,7 +911,7 @@ ALTER TABLE prims ADD COLUMN DynAttrs TEXT; | |||
911 | 911 | ||
912 | COMMIT; | 912 | COMMIT; |
913 | 913 | ||
914 | :VERSION 47 #---------------- Extra prim params | 914 | :VERSION 47 #---------------- Extra physics params |
915 | 915 | ||
916 | BEGIN; | 916 | BEGIN; |
917 | 917 | ||