diff options
author | Diva Canto | 2010-06-14 11:50:42 -0700 |
---|---|---|
committer | Diva Canto | 2010-06-14 11:50:42 -0700 |
commit | 9c9ce9e8dd19c887ba91ff9b70f1b0e4f6a3f8df (patch) | |
tree | 25d394b855be84ed9440d5f90fd7f099da3f5656 /OpenSim/Data | |
parent | osGetAvatarList: Use AbsolutePosition instead of the position of the physics ... (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/RegionStore.migrations | 2 |
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 | ||
790 | ALTER TABLE estate_settings AUTO_INCREMENT = 100; | ||
791 | COMMIT; | ||
792 | 790 | ||
793 | :VERSION 33 #--------------------- | 791 | :VERSION 33 #--------------------- |
794 | 792 | ||