diff options
Diffstat (limited to 'sql/mysql/patch-user-user_editcount.sql')
-rw-r--r-- | sql/mysql/patch-user-user_editcount.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql/mysql/patch-user-user_editcount.sql b/sql/mysql/patch-user-user_editcount.sql index 5c04e1ae77b5..5c2a675e4253 100644 --- a/sql/mysql/patch-user-user_editcount.sql +++ b/sql/mysql/patch-user-user_editcount.sql @@ -1,6 +1,6 @@ -- This file is automatically generated using maintenance/generateSchemaChangeSql.php. --- Source: maintenance/abstractSchemaChanges/patch-user-user_editcount.json +-- Source: sql/abstractSchemaChanges/patch-user-user_editcount.json -- Do not modify this file directly. -- See https://www.mediawiki.org/wiki/Manual:Schema_changes -ALTER TABLE /*_*/user -CHANGE user_editcount user_editcount INT UNSIGNED DEFAULT NULL;
\ No newline at end of file +ALTER TABLE /*_*/user + CHANGE user_editcount user_editcount INT UNSIGNED DEFAULT NULL; |