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-kill-iwl_prefix.sql

7 lines
191 B
SQL

--
-- Kill the old iwl_prefix index, which may be present on some
-- installs if they ran update.php between it being added and being renamed
--
DROP INDEX /*i*/iwl_prefix ON /*_*/iwlinks;