-- This file is automatically generated using maintenance/generateSchemaChangeSql.php. -- Source: CentralAuth/schema/abstractSchemaChanges/patch-add-global_user_autocreate_serial.json -- Do not modify this file directly. -- See https://www.mediawiki.org/wiki/Manual:Schema_changes CREATE TABLE /*_*/global_user_autocreate_serial ( uas_shard INTEGER UNSIGNED NOT NULL, uas_value INTEGER UNSIGNED NOT NULL, PRIMARY KEY(uas_shard) );