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

2 lines
103 B
MySQL
Raw Normal View History

DROP INDEX iwl_prefix;
CREATE INDEX iwl_prefix_from_title ON iwlinks (iwl_prefix, iwl_from, iwl_title);