Skip to content

Commit

Permalink
Order 'job-state-history' by time
Browse files Browse the repository at this point in the history
  • Loading branch information
cat-bro authored Jan 25, 2024
1 parent 98c86ed commit ddff764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parts/22-query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2536,6 +2536,7 @@ query_job-history() { ##? <id>: Job state history for a specific job
state
FROM job_state_history
WHERE job_id = $arg_id
ORDER BY create_time ASC
EOF
}

Expand Down

0 comments on commit ddff764

Please sign in to comment.