diff options
author | Melanie Thielker | 2008-10-18 16:31:05 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-18 16:31:05 +0000 |
commit | af7fcb540cb4601faf50b7813e57e92c4b2544a1 (patch) | |
tree | d959847faf831373daac678ef8f4235fdce9c95b /OpenSim/Data/MSSQL | |
parent | * Changed the dupe collision depth limiter to be slightly more restrictive. (... (diff) | |
download | opensim-SC_OLD-af7fcb540cb4601faf50b7813e57e92c4b2544a1.zip opensim-SC_OLD-af7fcb540cb4601faf50b7813e57e92c4b2544a1.tar.gz opensim-SC_OLD-af7fcb540cb4601faf50b7813e57e92c4b2544a1.tar.bz2 opensim-SC_OLD-af7fcb540cb4601faf50b7813e57e92c4b2544a1.tar.xz |
Add a resource file on Strawberry's patch I missed
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/008_RegionStore.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/008_RegionStore.sql b/OpenSim/Data/MSSQL/Resources/008_RegionStore.sql new file mode 100644 index 0000000..87d6d80 --- /dev/null +++ b/OpenSim/Data/MSSQL/Resources/008_RegionStore.sql | |||
@@ -0,0 +1,7 @@ | |||
1 | BEGIN TRANSACTION | ||
2 | |||
3 | ALTER TABLE land ADD OtherCleanTime integer NOT NULL default 0; | ||
4 | ALTER TABLE land ADD Dwell integer NOT NULL default 0; | ||
5 | |||
6 | COMMIT | ||
7 | |||