blob: 4419d9e9a88471f8e3f688a68a47d0976ee2d1d2 (
plain)
1
2
3
4
5
6
7
|
--
-- Kill the old iwl_prefix_from_title index, which may be present on some
-- installs if they ran update.php between it being added and being renamed
--
DROP INDEX iwl_prefix_from_title;
|