Skip to content

Commit

Permalink
Update jobs/cleanup.go
Browse files Browse the repository at this point in the history
Co-authored-by: Moshe Immerman <[email protected]>
  • Loading branch information
adityathebe and moshloop authored May 28, 2024
1 parent d06b803 commit bcd46f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ var CleanupConfigItems = &job.Job{
WHERE
deleted_at < NOW() - interval '1 SECONDS' * ? AND
id NOT IN (%s)
ORDER BY length(path)
ORDER BY length(path) DESC
)
DELETE FROM config_items
WHERE id IN (SELECT id FROM ordered_rows)`, linkedConfigsQuery)
Expand Down

0 comments on commit bcd46f8

Please sign in to comment.