mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00:00
BUGFIX: ooops, forgot a comma :(
This commit is contained in:
parent
90edaec9f0
commit
fc048f067f
@ -247,7 +247,7 @@ class Vanilla < Thor
|
||||
SET views = :views,
|
||||
closed = :closed,
|
||||
pinned_at = :pinned_at,
|
||||
last_posted_at = (SELECT MAX(created_at) FROM posts WHERE topic_id = :topic_id)
|
||||
last_posted_at = (SELECT MAX(created_at) FROM posts WHERE topic_id = :topic_id),
|
||||
bumped_at = (SELECT MAX(created_at) FROM posts WHERE topic_id = :topic_id)
|
||||
WHERE id = :topic_id
|
||||
SQL
|
||||
|
Loading…
x
Reference in New Issue
Block a user