StatusTest.php: Make lines shorter to make phpcs happier
[mediawiki.git] / maintenance / archives / patch-kill-iwl_prefix.sql
blob1cd9b45416fcafce688503eb2c6f04d91f012beb
1 --
2 -- Kill the old iwl_prefix index, which may be present on some
3 -- installs if they ran update.php between it being added and being renamed
4 --
6 DROP INDEX /*i*/iwl_prefix ON /*_*/iwlinks;