mirror of
git://opensimulator.org/git/opensim
synced 2026-08-15 01:22:15 +00: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;
|
|
|