mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
Thank you kindly, StrawberryFride, for a patch that:
Adds maturity & access logic for MSSQL platform to mirror that of MySQL as committed in 9502.
This commit is contained in:
5
OpenSim/Data/MSSQL/Resources/005_GridStore.sql
Normal file
5
OpenSim/Data/MSSQL/Resources/005_GridStore.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION
|
||||
|
||||
ALTER TABLE regions ADD access int default 0;
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user