diff options
author | Dan Lake | 2012-02-03 15:21:37 -0800 |
---|---|---|
committer | Dan Lake | 2012-02-03 15:21:37 -0800 |
commit | 4f8f44d9c3f42fbd841264fbede3e10ca253d016 (patch) | |
tree | e6e26d76ef58c9422a6cf030580c1f7377d7d931 /OpenSim/Data/MSSQL/Resources | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
parent | Merge branch 'master' of /home/opensim/src/opensim (diff) | |
download | opensim-SC-4f8f44d9c3f42fbd841264fbede3e10ca253d016.zip opensim-SC-4f8f44d9c3f42fbd841264fbede3e10ca253d016.tar.gz opensim-SC-4f8f44d9c3f42fbd841264fbede3e10ca253d016.tar.bz2 opensim-SC-4f8f44d9c3f42fbd841264fbede3e10ca253d016.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Data/MSSQL/Resources')
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/RegionStore.migrations | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/RegionStore.migrations b/OpenSim/Data/MSSQL/Resources/RegionStore.migrations index 3995e6c..a98690a 100644 --- a/OpenSim/Data/MSSQL/Resources/RegionStore.migrations +++ b/OpenSim/Data/MSSQL/Resources/RegionStore.migrations | |||
@@ -1043,3 +1043,11 @@ FOR CreatorID | |||
1043 | ALTER TABLE primitems ALTER COLUMN CreatorID uniqueidentifier NOT NULL | 1043 | ALTER TABLE primitems ALTER COLUMN CreatorID uniqueidentifier NOT NULL |
1044 | 1044 | ||
1045 | COMMIT | 1045 | COMMIT |
1046 | |||
1047 | :VERSION 29 #--------------------- | ||
1048 | |||
1049 | BEGIN TRANSACTION | ||
1050 | |||
1051 | ALTER TABLE regionsettings ADD covenant_datetime int NOT NULL default 0 | ||
1052 | |||
1053 | COMMIT | ||