Merge "Follow-up 3535a5f327: Remove old CSS now caches have expired"
[lhc/web/wiklou.git] / maintenance / archives / patch-img_media_mime-index.sql
1 -- New index on image table to allow searches for types i.e. video webm
2 -- Added 2013-01-08
3
4 CREATE INDEX /*i*/img_media_mime ON /*_*/image (img_media_type,img_major_mime,img_minor_mime);