1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/maintenance/archives/patch-iwl_prefix_title_from-non-unique.sql

5 lines
226 B
SQL

--
-- Makes the iwl_prefix_title_from index for the iwlinks table non-unique
--
DROP INDEX /*i*/iwl_prefix_title_from ON /*_*/iwlinks;
CREATE INDEX /*i*/iwl_prefix_title_from ON /*_*/iwlinks (iwl_prefix, iwl_title, iwl_from);