diff options
author | Jeff Ames | 2009-05-20 01:02:37 +0000 |
---|---|---|
committer | Jeff Ames | 2009-05-20 01:02:37 +0000 |
commit | ecfad4944befdac9270b45451541c3cafab8c80b (patch) | |
tree | 3d2a885b493353c16b9440a717dc8d66ecf2861f /OpenSim/Data/MSSQL | |
parent | * minor: Tweak the command exception catcher of last resort to make a little ... (diff) | |
download | opensim-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 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/005_GridStore.sql | 10 |
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 @@ | |||
1 | BEGIN TRANSACTION | 1 | BEGIN TRANSACTION |
2 | 2 | ||
3 | ALTER TABLE regions ADD access int default 0; | 3 | ALTER TABLE regions ADD access int default 0; |
4 | 4 | ||
5 | COMMIT | 5 | COMMIT |