blob: 5c04e1ae77b54676288c85922c0b3c6702199ead (
plain) (
blame)
1
2
3
4
5
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;
|