Your IP : 216.73.216.54


Current Path : /var/www/html/mediawiki/maintenance/archives/
Upload File :
Current File : /var/www/html/mediawiki/maintenance/archives/patch-user-user_editcount.sql

-- 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;