Skip to content

Commit

Permalink
chore: spec work
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Jul 24, 2023
1 parent 447bb16 commit 96e66e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions schema/deploy/mutations/commit_form_change_internal.sql
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ begin
'select "cif_private".%I($1)',
(select form_change_commit_handler from cif.form where slug = fc.json_schema_name)
) using fc into recordId;

raise notice 'handler %',(select form_change_commit_handler from cif.form where slug = fc.json_schema_name);
raise notice 'THIS IS IT: %', recordId;
raise notice 'THIS IS IT recordId: %', recordId;
raise notice 'fc is: %',fc;

update cif.form_change set
-- BRIANNA THIS IS IT! recordId is null for project summary report
Expand Down

0 comments on commit 96e66e4

Please sign in to comment.