Skip to content

Commit 4843514

Browse files
authored
Update old job biggest id (#96)
1 parent a1ce685 commit 4843514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SELECT system_job_id
22
FROM jobs
33
WHERE updated_at < $1
4-
ORDER BY updated_at desc
4+
ORDER BY system_job_id desc
55
LIMIT 1

0 commit comments

Comments
 (0)