aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLiteLegacy/Resources/008_RegionStore.sql
blob: 28bfbf59c33bbe565c6a954b6d42b9b08f439fe7 (plain)
1
2
3
4
5
6
begin;

alter table estate_settings add column DenyMinors tinyint not null default 0;

commit;