mirror of
git://opensimulator.org/git/opensim
synced 2026-08-17 10:32:38 +00: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
|
|
|