004_RegionStore.sql 76 B

12345
  1. BEGIN;
  2. ALTER TABLE primitems add flags integer not null default 0;
  3. COMMIT;