Skip to content

Commit

Permalink
fix: notify_updates_and_deletes trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Sep 30, 2024
1 parent fb8e0e5 commit e2aa2b7
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 @@ -25,7 +25,7 @@ BEGIN
LOOP
EXECUTE format('
CREATE OR REPLACE TRIGGER notify_updates_and_deletes
AFTER UPDATE OR DELETE ON %I
AFTER INSERT OR UPDATE OR DELETE ON %I
FOR EACH ROW
EXECUTE PROCEDURE notify_table_updates_and_deletes()',
table_name
Expand Down

0 comments on commit e2aa2b7

Please sign in to comment.