Change index on rc_namespace, rc_title to rc_namespace, rc_title, rc_timestamp
[lhc/web/wiklou.git] / maintenance / archives / patch-image-user-index-2.sql
1 CREATE INDEX /*i*/img_user_timestamp ON /*_*/image (img_user,img_timestamp);