aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/RegionStore.migrations
diff options
context:
space:
mode:
authorAlexRa2010-05-23 11:36:40 +0300
committerAlexRa2010-05-23 11:48:28 +0300
commit05d9ca1b26baaae3e9ab106665163f5beeecd11d (patch)
tree1bcd8a15a63d2e8ef799ff63ecd0f2698b2b1197 /OpenSim/Data/MySQL/Resources/RegionStore.migrations
parentMSSQL Migration: CreatorID in InventoryItems changed to VARCHAR(36) (diff)
downloadopensim-SC_OLD-05d9ca1b26baaae3e9ab106665163f5beeecd11d.zip
opensim-SC_OLD-05d9ca1b26baaae3e9ab106665163f5beeecd11d.tar.gz
opensim-SC_OLD-05d9ca1b26baaae3e9ab106665163f5beeecd11d.tar.bz2
opensim-SC_OLD-05d9ca1b26baaae3e9ab106665163f5beeecd11d.tar.xz
MySQL Migrations: Minor correcton to Region/Estate split
(some Estate SQL left behind in the Region migration)
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MySQL/Resources/RegionStore.migrations6
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
index 383c328..d8a279d 100644
--- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
@@ -717,12 +717,6 @@ ALTER TABLE regionsettings ADD COLUMN loaded_creation_datetime int unsigned NOT
717 717
718COMMIT; 718COMMIT;
719 719
720:VERSION 32 #---------------------
721
722BEGIN;
723ALTER TABLE estate_settings AUTO_INCREMENT = 100;
724COMMIT;
725
726:VERSION 33 #--------------------- 720:VERSION 33 #---------------------
727 721
728BEGIN; 722BEGIN;