mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +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
|
||||
Reference in New Issue
Block a user