aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/RegionStore.migrations
diff options
context:
space:
mode:
authorMelanie2010-06-08 00:44:53 +0100
committerMelanie2010-06-08 00:44:53 +0100
commitd2dfbbe3393483a23937d33c4d8342023993a400 (patch)
tree87b853a1ad67ab1fdacd4fb85748defb6228dfae /OpenSim/Data/MySQL/Resources/RegionStore.migrations
parentMerge branch 'master' into careminster-presence-refactor (diff)
parentAdd a migration to adjust types in the WL table. The new connector likes that (diff)
downloadopensim-SC_OLD-d2dfbbe3393483a23937d33c4d8342023993a400.zip
opensim-SC_OLD-d2dfbbe3393483a23937d33c4d8342023993a400.tar.gz
opensim-SC_OLD-d2dfbbe3393483a23937d33c4d8342023993a400.tar.bz2
opensim-SC_OLD-d2dfbbe3393483a23937d33c4d8342023993a400.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/RegionStore.migrations')
-rw-r--r--OpenSim/Data/MySQL/Resources/RegionStore.migrations6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
index e0712ad..c884eb4 100644
--- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
@@ -796,3 +796,9 @@ BEGIN;
796ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; 796ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
797COMMIT; 797COMMIT;
798 798
799:VERSION 34 #---------------------
800
801BEGIN;
802ALTER TABLE `regionwindlight` CHANGE COLUMN `cloud_scroll_x` `cloud_scroll_x` FLOAT(4,2) NOT NULL DEFAULT '0.20' AFTER `cloud_detail_density`, CHANGE COLUMN `cloud_scroll_y` `cloud_scroll_y` FLOAT(4,2) NOT NULL DEFAULT '0.01' AFTER `cloud_scroll_x_lock`;
803COMMIT;
804