aboutsummaryrefslogtreecommitdiffstats
path: root/sql/mysql/patch-user-user_editcount.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysql/patch-user-user_editcount.sql')
-rw-r--r--sql/mysql/patch-user-user_editcount.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/mysql/patch-user-user_editcount.sql b/sql/mysql/patch-user-user_editcount.sql
new file mode 100644
index 000000000000..5c04e1ae77b5
--- /dev/null
+++ b/sql/mysql/patch-user-user_editcount.sql
@@ -0,0 +1,6 @@
+-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
+-- Source: maintenance/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