summaryrefslogtreecommitdiff
path: root/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql
blob: 851a6b37c37c643e30bad36070dd1e94059fc20b (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);