Skip to content

Commit

Permalink
feat: correct trigger syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenWadeOddball committed Dec 5, 2024
1 parent 816412e commit 720d7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/V195__MTO_suggested_milestone_trigger.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CREATE FUNCTION public.SET_SUGGESTED_MTO_MILESTONE() RETURNS TRIGGER AS $body$
DECLARE
h_old hstore;
h_new hstore;
Expand Down Expand Up @@ -43,3 +44,4 @@ WHEN NOT MATCHED AND source.suggested = TRUE THEN


END;
$body$ LANGUAGE plpgsql;

0 comments on commit 720d7d2

Please sign in to comment.