wiki.techinc.nl/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql
2010-05-26 14:29:53 +00:00

5 lines
No EOL
175 B
SQL

--
-- 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);