Skip to content

Commit

Permalink
fix: bring back notification_send_history_summary
Browse files Browse the repository at this point in the history
a superfluous change in the file to run it during migration.
  • Loading branch information
adityathebe committed Oct 24, 2024
1 parent e6091e9 commit 2d8d516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/021_notification.sql
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@ UNION
) canary ON canary.id = nsh.resource_id
WHERE nsh.source_event like 'canary.%'
)
SELECT combined.* FROM combined
SELECT combined.* FROM combined;

0 comments on commit 2d8d516

Please sign in to comment.