aboutsummaryrefslogtreecommitdiffstats
path: root/sql/postgres/patch-drop-rev_page_id.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/postgres/patch-drop-rev_page_id.sql')
-rw-r--r--sql/postgres/patch-drop-rev_page_id.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/postgres/patch-drop-rev_page_id.sql b/sql/postgres/patch-drop-rev_page_id.sql
new file mode 100644
index 000000000000..eeaeffccea9a
--- /dev/null
+++ b/sql/postgres/patch-drop-rev_page_id.sql
@@ -0,0 +1,5 @@
+-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
+-- Source: maintenance/abstractSchemaChanges/patch-drop-rev_page_id.json
+-- Do not modify this file directly.
+-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
+DROP INDEX rev_page_id; \ No newline at end of file