Fix table prefixing in patch-change_tag-change_tag_rc_tag_id.sql
[lhc/web/wiklou.git] / maintenance / archives / patch-templatelinks-fix-pk.sql
1 ALTER TABLE /*_*/templatelinks DROP INDEX /*i*/tl_from, ADD PRIMARY KEY (tl_from,tl_namespace,tl_title);