aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/RegionStore.migrations
diff options
context:
space:
mode:
authorDiva Canto2010-06-14 11:50:42 -0700
committerDiva Canto2010-06-14 11:50:42 -0700
commit9c9ce9e8dd19c887ba91ff9b70f1b0e4f6a3f8df (patch)
tree25d394b855be84ed9440d5f90fd7f099da3f5656 /OpenSim/Data/MySQL/Resources/RegionStore.migrations
parentosGetAvatarList: Use AbsolutePosition instead of the position of the physics ... (diff)
downloadopensim-SC_OLD-9c9ce9e8dd19c887ba91ff9b70f1b0e4f6a3f8df.zip
opensim-SC_OLD-9c9ce9e8dd19c887ba91ff9b70f1b0e4f6a3f8df.tar.gz
opensim-SC_OLD-9c9ce9e8dd19c887ba91ff9b70f1b0e4f6a3f8df.tar.bz2
opensim-SC_OLD-9c9ce9e8dd19c887ba91ff9b70f1b0e4f6a3f8df.tar.xz
* Deleted duplicated migration that was failing anyway.
* Added an error message in initial estate owner creation that makes it clear what needs to happen.
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/RegionStore.migrations')
-rw-r--r--OpenSim/Data/MySQL/Resources/RegionStore.migrations2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
index bdb3558..3f644f9 100644
--- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
@@ -787,8 +787,6 @@ CREATE TABLE `regionwindlight` (
787 PRIMARY KEY (`region_id`) 787 PRIMARY KEY (`region_id`)
788); 788);
789 789
790ALTER TABLE estate_settings AUTO_INCREMENT = 100;
791COMMIT;
792 790
793:VERSION 33 #--------------------- 791:VERSION 33 #---------------------
794 792