aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKitto Flora2010-06-08 16:15:45 -0400
committerKitto Flora2010-06-08 16:15:45 -0400
commit54209907f379a11f16ca4c52ca733af31ee9f4b4 (patch)
tree2377bc0d2f08ffd93bbb0e890f9e21954b74e1b2
parentFixed llMoveToTarget() and Rotation Lock/Enable (ChODE/ODEPrim only) (diff)
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-54209907f379a11f16ca4c52ca733af31ee9f4b4.zip
opensim-SC_OLD-54209907f379a11f16ca4c52ca733af31ee9f4b4.tar.gz
opensim-SC_OLD-54209907f379a11f16ca4c52ca733af31ee9f4b4.tar.bz2
opensim-SC_OLD-54209907f379a11f16ca4c52ca733af31ee9f4b4.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
-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