]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - maintenance/postgres/archives/patch-kill-iwl_pft.sql
MediaWiki 1.17.0
[autoinstallsdev/mediawiki.git] / maintenance / postgres / archives / patch-kill-iwl_pft.sql
diff --git a/maintenance/postgres/archives/patch-kill-iwl_pft.sql b/maintenance/postgres/archives/patch-kill-iwl_pft.sql
new file mode 100644 (file)
index 0000000..4419d9e
--- /dev/null
@@ -0,0 +1,7 @@
+--
+-- Kill the old iwl_prefix_from_title index, which may be present on some
+-- installs if they ran update.php between it being added and being renamed
+--
+
+DROP INDEX iwl_prefix_from_title;
+