blob: 78ed385eb25918c11a23494aa51ad008d35c19db (
plain)
1
2
3
4
5
6
7
|
--
-- 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;
|