Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild!
7 lines
86 B
PL/PgSQL
7 lines
86 B
PL/PgSQL
begin;
|
|
|
|
alter table estate_settings add column DenyMinors tinyint not null;
|
|
|
|
commit;
|
|
|