From 3f51865c044134aa5999fa6a065ca84c421da18d Mon Sep 17 00:00:00 2001 From: Aditya Thebe Date: Mon, 2 Dec 2024 19:15:59 +0545 Subject: [PATCH] feat: pg notify on scrape_plugin updates --- views/033_table_activity.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/033_table_activity.sql b/views/033_table_activity.sql index 1c7d3e84..ab118325 100644 --- a/views/033_table_activity.sql +++ b/views/033_table_activity.sql @@ -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