I have updated user_editcount field to unsigned in tables.json This patch doesn't apply to Postgres. Bug: T305340 Change-Id: I07a360944a10be9cc8ed8731c6286412294413a3
6 lines
No EOL
347 B
SQL
6 lines
No EOL
347 B
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; |