mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 22:25:36 +08:00
7 lines
96 B
PL/PgSQL
7 lines
96 B
PL/PgSQL
begin;
|
|
|
|
alter table estate_settings add column DenyMinors tinyint not null default 0;
|
|
|
|
commit;
|
|
|