wiki.techinc.nl/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql

5 lines
175 B
MySQL
Raw Normal View History

--
-- Recreates the iwl_prefix for the iwlinks table
--
DROP INDEX /*i*/iwl_prefix;
CREATE INDEX /*i*/iwl_prefix_from_title ON /*_*/iwlinks (iwl_prefix, iwl_from, iwl_title);