aboutsummaryrefslogtreecommitdiffstats
path: root/sql/postgres/patch-objectcache-modtoken.sql
blob: e0f01df81be01bb26c0c8fef77677d6e3ad90b9f (plain) (blame)
1
2
3
4
5
6
7
8
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: sql/abstractSchemaChanges/patch-objectcache-modtoken.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE objectcache
  ADD modtoken VARCHAR(17) DEFAULT '00000000000000000' NOT NULL;
ALTER TABLE objectcache
  ADD flags INT DEFAULT NULL;