mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
10
OpenSim/Data/MSSQL/Resources/021_RegionStore.sql
Normal file
10
OpenSim/Data/MSSQL/Resources/021_RegionStore.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE prims ADD PassTouches bit not null default 0
|
||||
|
||||
COMMIT
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE prims ADD PassTouches bit not null default 0
|
||||
|
||||
COMMIT
|
||||
14
OpenSim/Data/MSSQL/Resources/022_RegionStore.sql
Normal file
14
OpenSim/Data/MSSQL/Resources/022_RegionStore.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
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