Skip to content

Commit

Permalink
fix #73, fix trigger to populate additional data
Browse files Browse the repository at this point in the history
  • Loading branch information
lpofredc committed Jun 10, 2024
1 parent dac7dad commit 7db6968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gn2pg/data/to_gnsynthese.sql
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ BEGIN
INTO the_comment_context;
SELECT new.item #>> '{comment_occurrence}'
INTO the_comment_description;
SELECT new.item #> '{additional_data}'
SELECT new.item #> '{donnees_additionnelles}'
INTO the_additional_data;
SELECT NULL
INTO the_meta_validation_date;
Expand Down

0 comments on commit 7db6968

Please sign in to comment.