aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources/005_GridStore.sql
diff options
context:
space:
mode:
authorJeff Ames2009-05-20 01:02:37 +0000
committerJeff Ames2009-05-20 01:02:37 +0000
commitecfad4944befdac9270b45451541c3cafab8c80b (patch)
tree3d2a885b493353c16b9440a717dc8d66ecf2861f /OpenSim/Data/MSSQL/Resources/005_GridStore.sql
parent* minor: Tweak the command exception catcher of last resort to make a little ... (diff)
downloadopensim-SC_OLD-ecfad4944befdac9270b45451541c3cafab8c80b.zip
opensim-SC_OLD-ecfad4944befdac9270b45451541c3cafab8c80b.tar.gz
opensim-SC_OLD-ecfad4944befdac9270b45451541c3cafab8c80b.tar.bz2
opensim-SC_OLD-ecfad4944befdac9270b45451541c3cafab8c80b.tar.xz
Update svn properties.
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/Resources/005_GridStore.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/005_GridStore.sql b/OpenSim/Data/MSSQL/Resources/005_GridStore.sql
index cee98af..aa04a33 100644
--- a/OpenSim/Data/MSSQL/Resources/005_GridStore.sql
+++ b/OpenSim/Data/MSSQL/Resources/005_GridStore.sql
@@ -1,5 +1,5 @@
1BEGIN TRANSACTION 1BEGIN TRANSACTION
2 2
3ALTER TABLE regions ADD access int default 0; 3ALTER TABLE regions ADD access int default 0;
4 4
5COMMIT 5COMMIT