6 lines
334 B
MySQL
6 lines
334 B
MySQL
|
|
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
|
||
|
|
-- Source: maintenance/abstractSchemaChanges/patch-user-user_is_temp.json
|
||
|
|
-- Do not modify this file directly.
|
||
|
|
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
|
||
|
|
ALTER TABLE /*_*/user
|
||
|
|
ADD COLUMN user_is_temp SMALLINT DEFAULT 0 NOT NULL;
|