mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
4 lines
188 B
SQL
4 lines
188 B
SQL
-- New index on image table to allow searches for types i.e. video webm
|
|
-- Added 2013-01-08
|
|
|
|
CREATE INDEX /*i*/img_media_mime ON /*_*/image (img_media_type,img_major_mime,img_minor_mime);
|