mirror of
https://github.com/opensim/opensim.git
synced 2026-07-09 22:45:42 +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;
|
|
|