diff options
author | Diva Canto | 2009-09-27 14:39:41 -0700 |
---|---|---|
committer | Diva Canto | 2009-09-27 14:39:41 -0700 |
commit | 1980ab31524eb09da1b2cc3c6de4cd294ad272a5 (patch) | |
tree | ea581085c3a4489de086f63df252839977d761f8 /OpenSim/Data/MySQL/Resources | |
parent | Fixed port in GridServer.ini. Added new configs for StandaloneHypergrid.ini (diff) | |
parent | Merge branch 'master' of ssh://melanie@opensimulator.org/var/git/opensim (diff) | |
download | opensim-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.sql | 6 |
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 @@ | |||
1 | BEGIN; | ||
2 | |||
3 | ALTER TABLE regions add column sizeX integer not null default 0; | ||
4 | ALTER TABLE regions add column sizeY integer not null default 0; | ||
5 | |||
6 | COMMIT; | ||