023_RegionStore.sql 86 B

123456
  1. BEGIN;
  2. ALTER TABLE prims ADD COLUMN LinkNumber integer not null default 0;
  3. COMMIT;