aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources
diff options
context:
space:
mode:
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