aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/Resources/RegionStore.migrations
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-02-18 02:46:44 +0000
committerJustin Clark-Casey (justincc)2012-02-18 02:46:44 +0000
commit4cc97df8f33f5bc09f3b4fdb8533ac50381348db (patch)
tree7f515d3d4fef39e7699360f7b45875e91ba49988 /OpenSim/Data/SQLite/Resources/RegionStore.migrations
parentActually add the Windows 64-bit ode.dll file. (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC-4cc97df8f33f5bc09f3b4fdb8533ac50381348db.zip
opensim-SC-4cc97df8f33f5bc09f3b4fdb8533ac50381348db.tar.gz
opensim-SC-4cc97df8f33f5bc09f3b4fdb8533ac50381348db.tar.bz2
opensim-SC-4cc97df8f33f5bc09f3b4fdb8533ac50381348db.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/SQLite/Resources/RegionStore.migrations')
-rw-r--r--OpenSim/Data/SQLite/Resources/RegionStore.migrations8
1 files changed, 7 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/Resources/RegionStore.migrations b/OpenSim/Data/SQLite/Resources/RegionStore.migrations
index a00a8fb..1ceddf9 100644
--- a/OpenSim/Data/SQLite/Resources/RegionStore.migrations
+++ b/OpenSim/Data/SQLite/Resources/RegionStore.migrations
@@ -557,4 +557,10 @@ CREATE TABLE IF NOT EXISTS `spawn_points` (
557 557
558ALTER TABLE `regionsettings` ADD COLUMN `TelehubObject` varchar(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000'; 558ALTER TABLE `regionsettings` ADD COLUMN `TelehubObject` varchar(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
559 559
560COMMIT; \ No newline at end of file 560COMMIT;
561
562:VERSION 25
563
564BEGIN;
565ALTER TABLE `regionsettings` ADD COLUMN `parcel_tile_ID` char(36) NOT NULL DEFAULT '00000000-0000-0000-0000-000000000000';
566COMMIT;