aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/002_GridStore.sql
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Data/MySQL/Resources/002_GridStore.sql')
-rw-r--r--OpenSim/Data/MySQL/Resources/002_GridStore.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Data/MySQL/Resources/002_GridStore.sql b/OpenSim/Data/MySQL/Resources/002_GridStore.sql
index bda43d0..35b9be1 100644
--- a/OpenSim/Data/MySQL/Resources/002_GridStore.sql
+++ b/OpenSim/Data/MySQL/Resources/002_GridStore.sql
@@ -1,5 +1,5 @@
1BEGIN; 1BEGIN;
2 2
3ALTER TABLE regions add column access integer unsigned default 1; 3ALTER TABLE regions add column access integer unsigned default 1;
4 4
5COMMIT; 5COMMIT;