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