summaryrefslogtreecommitdiff
path: root/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql
blob: fd4c9ec7e0aac8e9b74c9b8776aba498c8991293 (plain)
1
2
3
4
5
--
-- Recreates the iwl_prefix for the iwlinks table
--
DROP INDEX IF EXISTS /*i*/iwl_prefix;
CREATE INDEX IF NOT EXISTS /*i*/iwl_prefix_from_title ON /*_*/iwlinks (iwl_prefix, iwl_from, iwl_title);