mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +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:
@@ -5,10 +5,3 @@ ALTER TABLE regionsettings ADD loaded_creation_time varchar(20)
|
||||
ALTER TABLE regionsettings ADD loaded_creation_id varchar(64)
|
||||
|
||||
COMMIT
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE regionsettings ADD loaded_creation_date varchar(20)
|
||||
ALTER TABLE regionsettings ADD loaded_creation_time varchar(20)
|
||||
ALTER TABLE regionsettings ADD loaded_creation_id varchar(64)
|
||||
|
||||
COMMIT
|
||||
|
||||
Reference in New Issue
Block a user