aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/postgres/archives/patch-user-user_is_temp.sql
blob: 7b84a93fca18309c5558b71c93c5f5ca2a17e075 (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  user_is_temp SMALLINT DEFAULT 0 NOT NULL;