aboutsummaryrefslogtreecommitdiffstats
path: root/sql/sqlite/patch-objectcache-modtoken.sql
blob: 4f2b6c6a2b902101ed37e7d0da4852419eef5eab (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 COLUMN modtoken VARCHAR(17) DEFAULT '00000000000000000' NOT NULL;
ALTER TABLE /*_*/objectcache
  ADD COLUMN flags INTEGER UNSIGNED DEFAULT NULL;