Merge "Move around "ا" to after "آ" and not before"
[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);