aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/Resources/021_RegionStore.sql
diff options
context:
space:
mode:
authorMW2009-06-18 20:18:47 +0000
committerMW2009-06-18 20:18:47 +0000
commit2755f6b891011682924abee5e5f60b27e77e3453 (patch)
tree451c7caa5f96b9157023c6201d50e9e375233e6e /OpenSim/Data/MSSQL/Resources/021_RegionStore.sql
parentApplied patch from Mantis #3736 , which should stop the userserver crashing w... (diff)
downloadopensim-SC_OLD-2755f6b891011682924abee5e5f60b27e77e3453.zip
opensim-SC_OLD-2755f6b891011682924abee5e5f60b27e77e3453.tar.gz
opensim-SC_OLD-2755f6b891011682924abee5e5f60b27e77e3453.tar.bz2
opensim-SC_OLD-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/Resources/021_RegionStore.sql')
-rw-r--r--OpenSim/Data/MSSQL/Resources/021_RegionStore.sql5
1 files changed, 0 insertions, 5 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 @@
3ALTER TABLE prims ADD PassTouches bit not null default 0 3ALTER TABLE prims ADD PassTouches bit not null default 0
4 4
5COMMIT 5COMMIT
6BEGIN TRANSACTION
7
8ALTER TABLE prims ADD PassTouches bit not null default 0
9
10COMMIT