aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-06-08 20:07:50 +0100
committerJustin Clark-Casey (justincc)2010-06-08 20:07:50 +0100
commit24c36f26d5df6a32fb60ef6fb7296b2dbea142a9 (patch)
tree2f2e47d5b92cf6e46d679b45a9124396e57c35ab
parentComment out the attachment update reordering mechanism in LLClientView since ... (diff)
parentAdd a migration to adjust types in the WL table. The new connector likes that (diff)
downloadopensim-SC_OLD-24c36f26d5df6a32fb60ef6fb7296b2dbea142a9.zip
opensim-SC_OLD-24c36f26d5df6a32fb60ef6fb7296b2dbea142a9.tar.gz
opensim-SC_OLD-24c36f26d5df6a32fb60ef6fb7296b2dbea142a9.tar.bz2
opensim-SC_OLD-24c36f26d5df6a32fb60ef6fb7296b2dbea142a9.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
-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 d8a279d..45ab4a7 100644
--- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
@@ -723,3 +723,9 @@ BEGIN;
723ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; 723ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
724COMMIT; 724COMMIT;
725 725
726:VERSION 34 #---------------------
727
728BEGIN;
729ALTER 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`;
730COMMIT;
731