Skip to content

Commit

Permalink
minor correction to external_source.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-super committed Dec 30, 2024
1 parent a5981e9 commit 61a66a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ create function merlin.external_source_pdg_ack_update()
returns trigger
language plpgsql as $$
begin
update merlin.plan_derivation_group set 'acknowledged' = false
update merlin.plan_derivation_group set plan_derivation_group.acknowledged = false
where plan_derivation_group.derivation_group_name = NEW.derivation_group_name;
return new;
end;
Expand Down

0 comments on commit 61a66a3

Please sign in to comment.