aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources
diff options
context:
space:
mode:
authorDiva Canto2009-09-27 14:39:41 -0700
committerDiva Canto2009-09-27 14:39:41 -0700
commit1980ab31524eb09da1b2cc3c6de4cd294ad272a5 (patch)
treeea581085c3a4489de086f63df252839977d761f8 /OpenSim/Data/MySQL/Resources
parentFixed port in GridServer.ini. Added new configs for StandaloneHypergrid.ini (diff)
parentMerge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-1980ab31524eb09da1b2cc3c6de4cd294ad272a5.zip
opensim-SC_OLD-1980ab31524eb09da1b2cc3c6de4cd294ad272a5.tar.gz
opensim-SC_OLD-1980ab31524eb09da1b2cc3c6de4cd294ad272a5.tar.bz2
opensim-SC_OLD-1980ab31524eb09da1b2cc3c6de4cd294ad272a5.tar.xz
Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/MySQL/Resources')
-rw-r--r--OpenSim/Data/MySQL/Resources/004_GridStore.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/004_GridStore.sql b/OpenSim/Data/MySQL/Resources/004_GridStore.sql
new file mode 100644
index 0000000..2238a88
--- /dev/null
+++ b/OpenSim/Data/MySQL/Resources/004_GridStore.sql
@@ -0,0 +1,6 @@
1BEGIN;
2
3ALTER TABLE regions add column sizeX integer not null default 0;
4ALTER TABLE regions add column sizeY integer not null default 0;
5
6COMMIT;