aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/014_RegionStore.sql
blob: 788fd63c4276c1ca2a61629239c0661fe8b1a011 (plain)
1
2
3
4
5
6
7
8
begin;

alter table estate_settings add column AbuseEmail varchar(255) not null;

alter table estate_settings add column EstateOwner varchar(36) not null;

commit;