mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
7 lines
185 B
SQL
7 lines
185 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 IF EXISTS /*i*/iwl_prefix;
|
|
|