Skip to content

Commit

Permalink
chore: add repeat_interval to notifications_summary view
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe authored and moshloop committed Aug 29, 2024
1 parent d24a51e commit a9e117d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/015_job_history.sql
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ SELECT
notifications.updated_at,
notifications.created_by,
notifications.source,
notifications.repeat_interval,
COUNT (event_queue.id) AS pending,
notification_send_summary.avg_duration_ms,
notification_send_summary.failed,
Expand Down

0 comments on commit a9e117d

Please sign in to comment.