summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-iwlinks-from-title-index.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-iwlinks-from-title-index.sql')
-rw-r--r--maintenance/archives/patch-iwlinks-from-title-index.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/maintenance/archives/patch-iwlinks-from-title-index.sql b/maintenance/archives/patch-iwlinks-from-title-index.sql
new file mode 100644
index 00000000..8b73f9e3
--- /dev/null
+++ b/maintenance/archives/patch-iwlinks-from-title-index.sql
@@ -0,0 +1,4 @@
+--
+-- Recreates the iwl_prefix_from_title index for the iwlinks table
+--
+CREATE INDEX /*i*/iwl_prefix_from_title ON /*_*/iwlinks (iwl_prefix, iwl_from, iwl_title);