Skip to content

Commit 77e9320

Browse files
committed
/site/events: show last records on the top.
1 parent c6f7520 commit 77e9320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/sql/suspicious_activity_dao_queries.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ suspicious_activity.find_all = \
3939
ON sa.type_id = sat.id \
4040
LEFT JOIN users u \
4141
ON sa.user_id = u.id \
42+
ORDER BY sa.occurred_at DESC \
4243
LIMIT :limit \
4344
OFFSET :offset

0 commit comments

Comments
 (0)