Limit returned job history
This commit is contained in:
parent
730a6a3950
commit
32a4fd05e3
1 changed files with 1 additions and 0 deletions
|
@ -548,6 +548,7 @@ WHERE
|
|||
AND (:uid IS NULL OR user_id = :uid)
|
||||
ORDER BY
|
||||
datetime(finished_at) DESC
|
||||
LIMIT 25
|
||||
;
|
||||
|
||||
-- name: list-mapped-jobs
|
||||
|
|
Loading…
Reference in a new issue