1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 18:34:28 +00:00
GoBlog/dbmigrations/00007.sql

1 line
76 B
MySQL
Raw Normal View History

update posts set published = tolocal(published), updated = tolocal(updated);