aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/RegionStore.migrations
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/RegionStore.migrations')
-rw-r--r--OpenSim/Data/MySQL/Resources/RegionStore.migrations5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/Resources/RegionStore.migrations b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
index 3dab67e..baeeedd 100644
--- a/OpenSim/Data/MySQL/Resources/RegionStore.migrations
+++ b/OpenSim/Data/MySQL/Resources/RegionStore.migrations
@@ -801,6 +801,9 @@ BEGIN;
801ALTER TABLE estate_settings AUTO_INCREMENT = 100; 801ALTER TABLE estate_settings AUTO_INCREMENT = 100;
802COMMIT; 802COMMIT;
803 803
804:VERSION 33 #---------------------
804 805
805 806BEGIN;
807ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
808COMMIT;
806 809