Skip to content

Commit

Permalink
fix: add interval to canaries_with_status
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Jan 3, 2024
1 parent fff4f4d commit c539b7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/015_job_history.sql
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ SELECT
canaries.id,
canaries.name,
canaries.namespace,
canaries.spec->>'interval' AS interval,
canaries.spec->>'schedule' AS schedule,
canaries.labels,
canaries.source,
canaries.created_by,
Expand Down

0 comments on commit c539b7c

Please sign in to comment.