wiki.techinc.nl/maintenance/archives/patch-user-user_editcount.sql
diesel kapasule 6e97f2491b Schema: Updating user_editcount field to unsigned
I have updated user_editcount field to unsigned in
tables.json

This patch doesn't apply to Postgres.

Bug: T305340
Change-Id: I07a360944a10be9cc8ed8731c6286412294413a3
2022-05-09 21:34:11 +00:00

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;