diff options
Diffstat (limited to 'OpenSim/Data')
-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', |