aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/020_RegionStore.sql
blob: 814ef48bb637f8ff68dfbc2364cab95bd822633d (plain)
1
2
3
4
5
6
7
begin;

ALTER TABLE land ADD COLUMN OtherCleanTime integer NOT NULL default 0;
ALTER TABLE land ADD COLUMN Dwell integer NOT NULL default 0;

commit;