diff options
author | MW | 2009-06-18 20:18:47 +0000 |
---|---|---|
committer | MW | 2009-06-18 20:18:47 +0000 |
commit | 2755f6b891011682924abee5e5f60b27e77e3453 (patch) | |
tree | 451c7caa5f96b9157023c6201d50e9e375233e6e /OpenSim/Data/MSSQL | |
parent | Applied patch from Mantis #3736 , which should stop the userserver crashing w... (diff) | |
download | opensim-SC-2755f6b891011682924abee5e5f60b27e77e3453.zip opensim-SC-2755f6b891011682924abee5e5f60b27e77e3453.tar.gz opensim-SC-2755f6b891011682924abee5e5f60b27e77e3453.tar.bz2 opensim-SC-2755f6b891011682924abee5e5f60b27e77e3453.tar.xz |
Applied patch from Mantis #3817, which fixes a error when using MSSQL. I don't use MSSQL so couldn't test this myself. But there was certainly duplicated instructions in these files...which this patch fixes. Thanks Grumly57
Diffstat (limited to 'OpenSim/Data/MSSQL')
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/021_RegionStore.sql | 5 | ||||
-rw-r--r-- | OpenSim/Data/MSSQL/Resources/022_RegionStore.sql | 7 |
2 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Data/MSSQL/Resources/021_RegionStore.sql b/OpenSim/Data/MSSQL/Resources/021_RegionStore.sql index 1734e90..ac59182 100644 --- a/OpenSim/Data/MSSQL/Resources/021_RegionStore.sql +++ b/OpenSim/Data/MSSQL/Resources/021_RegionStore.sql | |||
@@ -3,8 +3,3 @@ | |||
3 | ALTER TABLE prims ADD PassTouches bit not null default 0 | 3 | ALTER TABLE prims ADD PassTouches bit not null default 0 |
4 | 4 | ||
5 | COMMIT | 5 | COMMIT |
6 | BEGIN TRANSACTION | ||
7 | |||
8 | ALTER TABLE prims ADD PassTouches bit not null default 0 | ||
9 | |||
10 | COMMIT | ||
diff --git a/OpenSim/Data/MSSQL/Resources/022_RegionStore.sql b/OpenSim/Data/MSSQL/Resources/022_RegionStore.sql index b5c555d..421e8d3 100644 --- a/OpenSim/Data/MSSQL/Resources/022_RegionStore.sql +++ b/OpenSim/Data/MSSQL/Resources/022_RegionStore.sql | |||
@@ -5,10 +5,3 @@ ALTER TABLE regionsettings ADD loaded_creation_time varchar(20) | |||
5 | ALTER TABLE regionsettings ADD loaded_creation_id varchar(64) | 5 | ALTER TABLE regionsettings ADD loaded_creation_id varchar(64) |
6 | 6 | ||
7 | COMMIT | 7 | COMMIT |
8 | BEGIN TRANSACTION | ||
9 | |||
10 | ALTER TABLE regionsettings ADD loaded_creation_date varchar(20) | ||
11 | ALTER TABLE regionsettings ADD loaded_creation_time varchar(20) | ||
12 | ALTER TABLE regionsettings ADD loaded_creation_id varchar(64) | ||
13 | |||
14 | COMMIT | ||