1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 01:44:27 +00:00
GoBlog/dbmigrations/00007.sql

1 line
76 B
SQL

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