Skip to content

Commit

Permalink
feat: pg notify on scrape_plugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe authored and moshloop committed Dec 2, 2024
1 parent 95a1e0a commit 3f51865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/033_table_activity.sql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DECLARE
BEGIN
FOR table_name IN
SELECT
unnest(ARRAY['notifications', 'playbooks', 'permissions', 'teams'])
unnest(ARRAY['notifications', 'playbooks', 'permissions', 'scrape_plugins', 'teams'])
LOOP
EXECUTE format('
CREATE OR REPLACE TRIGGER notify_updates_and_deletes
Expand Down

0 comments on commit 3f51865

Please sign in to comment.