1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 07:04:28 +00:00
GoBlog/dbmigrations/00019.sql

2 lines
125 B
SQL

update posts set published = toutc(published), updated = toutc(updated);
insert into posts_fts(posts_fts) values ('rebuild');