Merge "Align "What's this" vertically"
[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);