diff --git a/src/sql/update_post.sql b/src/sql/update_post.sql index 7e75732..6a4cc77 100644 --- a/src/sql/update_post.sql +++ b/src/sql/update_post.sql @@ -4,7 +4,6 @@ SET post_title = ?, post_text = ?, isanon = ?, - unlisted = ?, - post_time = strftime('%s','now') + unlisted = ? WHERE posts.id = ?;