mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Add a resource file on Strawberry's patch I missed
This commit is contained in:
7
OpenSim/Data/MSSQL/Resources/008_RegionStore.sql
Normal file
7
OpenSim/Data/MSSQL/Resources/008_RegionStore.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE land ADD OtherCleanTime integer NOT NULL default 0;
|
||||
ALTER TABLE land ADD Dwell integer NOT NULL default 0;
|
||||
|
||||
COMMIT
|
||||
|
||||
Reference in New Issue
Block a user