aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-30 21:34:40 +0000
committerJustin Clark-Casey (justincc)2012-01-30 21:34:40 +0000
commitdbc039783b9e7c6fd35b7a4ddeae130b8472e47f (patch)
tree74efd0d057166de50970b88275ac4dca92bebf4a /OpenSim/Data
parentlock SceneObjectGroupsByFullID in SceneGraph.ForEachSOG() to stop failure if ... (diff)
parentPatch in the rest of the maptile stuff (diff)
downloadopensim-SC_OLD-dbc039783b9e7c6fd35b7a4ddeae130b8472e47f.zip
opensim-SC_OLD-dbc039783b9e7c6fd35b7a4ddeae130b8472e47f.tar.gz
opensim-SC_OLD-dbc039783b9e7c6fd35b7a4ddeae130b8472e47f.tar.bz2
opensim-SC_OLD-dbc039783b9e7c6fd35b7a4ddeae130b8472e47f.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/MySQL/Resources/GridStore.migrations9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/GridStore.migrations b/OpenSim/Data/MySQL/Resources/GridStore.migrations
index eda6dbb..98ba8c5 100644
--- a/OpenSim/Data/MySQL/Resources/GridStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/GridStore.migrations
@@ -94,3 +94,12 @@ BEGIN;
94alter table regions modify column regionName varchar(128) default NULL; 94alter table regions modify column regionName varchar(128) default NULL;
95 95
96COMMIT; 96COMMIT;
97
98:VERSION 9 # ------------
99
100BEGIN;
101
102alter table regions add column `parcelMapTexture` varchar(36) default NULL;
103
104COMMIT;
105