Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / maintenance / mssql / archives / patch-site_identifiers-pk.sql
1 DROP INDEX IF EXISTS /*i*/site_ids_type ON /*_*/site_identifiers;
2 ALTER TABLE /*_*/site_identifiers ADD CONSTRAINT PK_site_identifiers PRIMARY KEY(si_type, si_key);