aboutsummaryrefslogtreecommitdiffstats
path: root/sql/mysql/patch-recentchanges-rc_id.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysql/patch-recentchanges-rc_id.sql')
-rw-r--r--sql/mysql/patch-recentchanges-rc_id.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/mysql/patch-recentchanges-rc_id.sql b/sql/mysql/patch-recentchanges-rc_id.sql
index 940a38aace01..3d20ada6ca0f 100644
--- a/sql/mysql/patch-recentchanges-rc_id.sql
+++ b/sql/mysql/patch-recentchanges-rc_id.sql
@@ -1,6 +1,6 @@
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
--- Source: maintenance/abstractSchemaChanges/patch-recentchanges-rc_id.json
+-- Source: sql/abstractSchemaChanges/patch-recentchanges-rc_id.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
-ALTER TABLE /*_*/recentchanges
-CHANGE rc_id rc_id INT UNSIGNED AUTO_INCREMENT NOT NULL; \ No newline at end of file
+ALTER TABLE /*_*/recentchanges
+ CHANGE rc_id rc_id INT UNSIGNED AUTO_INCREMENT NOT NULL;