Merge "Use RemexHtml as the tidy implementation for parser tests"
[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);