004_GridStore.sql 147 B

123456
  1. BEGIN;
  2. ALTER TABLE regions add column sizeX integer not null default 0;
  3. ALTER TABLE regions add column sizeY integer not null default 0;
  4. COMMIT;