OpenSimMirror/OpenSim/Data/MySQL/Resources/014_RegionStore.sql

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;