OpenSimMirror/OpenSim/Data/MySQL/Resources/020_RegionStore.sql

8 lines
151 B
PL/PgSQL

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