mirror of
https://github.com/opensim/opensim.git
synced 2026-08-17 19:47:32 +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;
|
|
|