016_RegionStore.sql 87 B

12345
  1. BEGIN;
  2. ALTER TABLE prims ADD COLUMN VolumeDetect INTEGER NOT NULL DEFAULT 0;
  3. COMMIT;