aboutsummaryrefslogtreecommitdiffstats
path: root/sql/mysql/patch-user_table-updates.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/mysql/patch-user_table-updates.sql')
-rw-r--r--sql/mysql/patch-user_table-updates.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/mysql/patch-user_table-updates.sql b/sql/mysql/patch-user_table-updates.sql
new file mode 100644
index 000000000000..d2e072a98225
--- /dev/null
+++ b/sql/mysql/patch-user_table-updates.sql
@@ -0,0 +1,8 @@
+-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
+-- Source: maintenance/abstractSchemaChanges/patch-user_table-updates.json
+-- Do not modify this file directly.
+-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
+ALTER TABLE /*_*/user
+CHANGE user_name user_name VARBINARY(255) DEFAULT '' NOT NULL,
+CHANGE user_real_name user_real_name VARBINARY(255) DEFAULT '' NOT NULL,
+CHANGE user_touched user_touched BINARY(14) NOT NULL; \ No newline at end of file