patch-site_identifiers-pk.sql 86 B

12
  1. DROP INDEX si_type_key;
  2. ALTER TABLE site_identifiers ADD PRIMARY KEY (si_type,si_key);