1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 14:04:27 +00:00
GoBlog/dbmigrations/00018.sql

3 lines
192 B
MySQL
Raw Normal View History

update queue set schedule = toutc(schedule);
update persistent_cache set date = toutc(date);
update sessions set created = toutc(created), modified = toutc(modified), expires = toutc(expires);