diff options
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/RegionStore.migrations')
-rw-r--r-- | OpenSim/Data/MySQL/Resources/RegionStore.migrations | 5 |
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; | |||
801 | ALTER TABLE estate_settings AUTO_INCREMENT = 100; | 801 | ALTER TABLE estate_settings AUTO_INCREMENT = 100; |
802 | COMMIT; | 802 | COMMIT; |
803 | 803 | ||
804 | :VERSION 33 #--------------------- | ||
804 | 805 | ||
805 | 806 | BEGIN; | |
807 | ALTER TABLE regionsettings ADD map_tile_ID CHAR(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; | ||
808 | COMMIT; | ||
806 | 809 | ||