diff options
author | Melanie Thielker | 2010-06-08 22:04:09 +0200 |
---|---|---|
committer | Melanie Thielker | 2010-06-08 22:04:09 +0200 |
commit | 7d75dc12940ceb1c5b49306ef73aba358a461f8b (patch) | |
tree | 0211aa0defe1f690a9fadbb9a052555de60a85b5 /OpenSim/Data | |
parent | Make the text mode remote console really work. It can now be used to send (diff) | |
parent | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff) | |
download | opensim-SC-7d75dc12940ceb1c5b49306ef73aba358a461f8b.zip opensim-SC-7d75dc12940ceb1c5b49306ef73aba358a461f8b.tar.gz opensim-SC-7d75dc12940ceb1c5b49306ef73aba358a461f8b.tar.bz2 opensim-SC-7d75dc12940ceb1c5b49306ef73aba358a461f8b.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/RegionStore.migrations | 6 |
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; | |||
796 | ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; | 796 | ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; |
797 | COMMIT; | 797 | COMMIT; |
798 | 798 | ||
799 | :VERSION 34 #--------------------- | ||
800 | |||
801 | BEGIN; | ||
802 | ALTER 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`; | ||
803 | COMMIT; | ||
804 | |||