012_RegionStore.sql 70 B

12345
  1. BEGIN;
  2. ALTER TABLE prims add index prims_parentid(ParentID);
  3. COMMIT;