From e93d5e96fd63c64b77ca68a7615c280134ee602f Mon Sep 17 00:00:00 2001 From: Aditya Thebe Date: Wed, 3 Jan 2024 10:08:52 +0545 Subject: [PATCH] fix: add interval to canaries_with_status --- views/015_job_history.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/views/015_job_history.sql b/views/015_job_history.sql index 6a5cee01..634fb4dc 100644 --- a/views/015_job_history.sql +++ b/views/015_job_history.sql @@ -55,6 +55,7 @@ SELECT canaries.id, canaries.name, canaries.namespace, + canaries.spec->>'interval', canaries.labels, canaries.source, canaries.created_by,