Change index on rc_namespace, rc_title to rc_namespace, rc_title, rc_timestamp
[lhc/web/wiklou.git] / maintenance / archives / patch-imagelinks-fix-pk.sql
1 ALTER TABLE /*_*/imagelinks DROP KEY /*i*/il_from, ADD PRIMARY KEY (il_from,il_to);