Merge "Set the package type to 'mediawiki-core'"
[lhc/web/wiklou.git] / maintenance / archives / patch-pagelinks-fix-pk.sql
1 ALTER TABLE /*_*/pagelinks DROP INDEX /*i*/pl_from, ADD PRIMARY KEY (pl_from,pl_namespace,pl_title);