Skip to content

Commit

Permalink
fix: notification_send_history_summary adapt to new columns in
Browse files Browse the repository at this point in the history
notification_send_history
  • Loading branch information
adityathebe authored and moshloop committed Jan 7, 2025
1 parent ad030a6 commit cd42171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions views/021_notification.sql
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ END;
$$
LANGUAGE plpgsql;

DROP VIEW IF EXISTS notification_send_history_summary;

CREATE OR REPLACE VIEW notification_send_history_summary AS
WITH combined AS (
-- config
Expand Down

0 comments on commit cd42171

Please sign in to comment.