mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 04:37:02 +08:00
6 lines
73 B
SQL
6 lines
73 B
SQL
BEGIN TRANSACTION
|
|
|
|
ALTER TABLE regions ADD access int default 0;
|
|
|
|
COMMIT
|