OpenSimMirror/OpenSim/Data/SQLite/Resources/008_RegionStore.sql

7 lines
96 B
PL/PgSQL

begin;
alter table estate_settings add column DenyMinors tinyint not null default 0;
commit;