Merge "Don't throw an exception when waiting for replication times out"
[lhc/web/wiklou.git] / maintenance / archives / patch-interwiki-fix-pk.sql
1 ALTER TABLE /*_*/interwiki DROP KEY /*i*/iw_prefix, ADD PRIMARY KEY (iw_prefix);