From 5cfd84c92427658d88c4b36e1470744babd3d54d Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Sun, 17 May 2009 10:26:00 +0000 Subject: Update svn properties. --- OpenSim/Data/MySQL/Resources/002_GridStore.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Data/MySQL/Resources/002_GridStore.sql') 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 @@ -BEGIN; - -ALTER TABLE regions add column access integer unsigned default 1; - -COMMIT; +BEGIN; + +ALTER TABLE regions add column access integer unsigned default 1; + +COMMIT; -- cgit v1.1