aboutsummaryrefslogtreecommitdiffstats
path: root/sql/sqlite/patch-user-user_is_temp.sql
blob: 4831c362d38f21c9b2f861d7044c22431571422f (plain) (blame)
1
2
3
4
5
6
-- 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;