1
mirror of https://github.com/jlelse/GoBlog synced 2024-06-01 05:54:27 +00:00
GoBlog/dbmigrations/00019.sql

2 lines
128 B
MySQL
Raw Normal View History

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