Merge "Provide command to adjust phpunit.xml for code coverage"
[lhc/web/wiklou.git] / maintenance / postgres / archives / patch-interwiki-pk.sql
1 ALTER TABLE interwiki
2 DROP CONSTRAINT interwiki_iw_prefix_key,
3 ADD PRIMARY KEY (iw_prefix);