aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/archives/patch-objectcache-exptime-notnull.sql
blob: d641254efdf1f7191f01b3c7b7cd271f4136340a (plain) (blame)
1
2
3
4
-- Clean the table first otherwise setting datatype of exptime would fail.
DELETE FROM /*_*/objectcache;
ALTER TABLE /*_*/objectcache
  MODIFY exptime BINARY(14) NOT NULL;