Update jquery.tablesorter for r97145: emulate <thead> if there is no <thead> in the...
[mediawiki.git] / maintenance / archives / patch-rename-iwl_prefix.sql
blob4b11b36b87e2710f44f07889941f5d39984d0c10
1 -- 
2 -- Recreates the iwl_prefix index for the iwlinks table
3 --
4 CREATE UNIQUE INDEX /*i*/iwl_prefix_title_from ON /*_*/iwlinks (iwl_prefix, iwl_title, iwl_from);