Added SQLite version of the patch since the other one has syntax errors on SQLite
[lhc/web/wiklou.git] / maintenance / sqlite / archives / patch-kill-iwl_prefix.sql
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 --
5
6 DROP INDEX /*i*/iwl_prefix ON /*_*/iwlinks;
7