mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
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
This commit is contained in:
@@ -3,8 +3,3 @@
|
||||
ALTER TABLE prims ADD PassTouches bit not null default 0
|
||||
|
||||
COMMIT
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE prims ADD PassTouches bit not null default 0
|
||||
|
||||
COMMIT
|
||||
|
||||
Reference in New Issue
Block a user