gplx/mediawiki/maintenance/archives/patch-objectcache-exptime-n...

5 lines
172 B
SQL

-- Clean the table first otherwise setting datatype of exptime would fail.
DELETE FROM /*_*/objectcache;
ALTER TABLE /*_*/objectcache
MODIFY exptime BINARY(14) NOT NULL;