aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/Resources/015_RegionStore.sql
blob: 6d4f9f332f606ddaec83c27bc0b9b04788b868ba (plain)
1
2
3
4
5
6
begin;

alter table estate_settings add column DenyMinors tinyint not null;

commit;