mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 04:05:40 +08:00
8 lines
147 B
SQL
8 lines
147 B
SQL
BEGIN TRANSACTION
|
|
|
|
ALTER TABLE land ADD OtherCleanTime integer NOT NULL default 0;
|
|
ALTER TABLE land ADD Dwell integer NOT NULL default 0;
|
|
|
|
COMMIT
|
|
|