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