Merge "Include block ID in unblock log"
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-site_identifiers-pk.sql
1 DROP INDEX si_type_key;
2 ALTER TABLE site_identifiers ADD PRIMARY KEY (si_type,si_key);