wiki.techinc.nl/maintenance/postgres/archives/patch-objectcache-modtoken.sql

8 lines
403 B
MySQL
Raw Normal View History

-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/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;