Skip to content

Commit

Permalink
update derived_events trigger comment
Browse files Browse the repository at this point in the history
Co-authored-by: Mythicaeda <[email protected]>
  • Loading branch information
pranav-super and Mythicaeda authored Oct 21, 2024
1 parent 1c1523b commit b0167b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ begin
end;
$$;

-- events are the most basic source of information, so we have to trigger on their insertion
-- events are the most basic source of information, so update when the set of events changes.
create trigger refresh_derived_events_on_external_event
after insert or update or delete on merlin.external_event
for each statement execute function merlin.refresh_derived_events_on_trigger();
Expand Down

0 comments on commit b0167b0

Please sign in to comment.