mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
Adds maturity & access logic for MSSQL platform to mirror that of MySQL as committed in 9502.
6 lines
78 B
SQL
6 lines
78 B
SQL
BEGIN TRANSACTION
|
|
|
|
ALTER TABLE regions ADD access int default 0;
|
|
|
|
COMMIT
|