015_RegionStore.sql 86 B

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