diff options
author | Melanie | 2010-06-09 16:37:20 +0100 |
---|---|---|
committer | Melanie | 2010-06-09 16:37:20 +0100 |
commit | 008e840cf2b81d5af1f8b64fa2fe44a190da2d77 (patch) | |
tree | 143d07cf08d82879cce278c3fb9b2fccfba78ab4 /OpenSim/Data/MySQL/Resources/RegionStore.migrations | |
parent | Re-add Migration version 32, which apparently got dropped completely. (diff) | |
download | opensim-SC_OLD-008e840cf2b81d5af1f8b64fa2fe44a190da2d77.zip opensim-SC_OLD-008e840cf2b81d5af1f8b64fa2fe44a190da2d77.tar.gz opensim-SC_OLD-008e840cf2b81d5af1f8b64fa2fe44a190da2d77.tar.bz2 opensim-SC_OLD-008e840cf2b81d5af1f8b64fa2fe44a190da2d77.tar.xz |
Add the BEGIN; I had missed
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/RegionStore.migrations')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/RegionStore.migrations | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations index b08b096..bdb3558 100644 --- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations | |||
@@ -719,6 +719,7 @@ COMMIT; | |||
719 | 719 | ||
720 | :VERSION 32 | 720 | :VERSION 32 |
721 | 721 | ||
722 | BEGIN; | ||
722 | CREATE TABLE `regionwindlight` ( | 723 | CREATE TABLE `regionwindlight` ( |
723 | `region_id` varchar(36) NOT NULL DEFAULT '000000-0000-0000-0000-000000000000', | 724 | `region_id` varchar(36) NOT NULL DEFAULT '000000-0000-0000-0000-000000000000', |
724 | `water_color_r` float(9,6) unsigned NOT NULL DEFAULT '4.000000', | 725 | `water_color_r` float(9,6) unsigned NOT NULL DEFAULT '4.000000', |