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