mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
9 lines
165 B
PL/PgSQL
9 lines
165 B
PL/PgSQL
begin;
|
|
|
|
alter table estate_settings add column AbuseEmail varchar(255) not null;
|
|
|
|
alter table estate_settings add column EstateOwner varchar(36) not null;
|
|
|
|
commit;
|
|
|