029_RegionStore.sql 86 B

12345
  1. BEGIN;
  2. ALTER TABLE prims ADD COLUMN PassTouches tinyint not null default 0;
  3. COMMIT;