Updating a story no longer updates the post time.

This commit is contained in:
Robin Malley 2023-01-17 23:16:05 +00:00
parent 39c7f2f638
commit fc7d3f9f79
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ SET
post_title = ?,
post_text = ?,
isanon = ?,
unlisted = ?,
post_time = strftime('%s','now')
unlisted = ?
WHERE
posts.id = ?;