008_RegionStore.sql 96 B

123456
  1. begin;
  2. alter table estate_settings add column DenyMinors tinyint not null default 0;
  3. commit;