Skip to content

Commit

Permalink
Fix typo on comment_occurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
lpofredc committed Apr 24, 2024
1 parent d7b0bcb commit 97db8cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ SELECT s.id_synthese,
h.lb_hab_fr AS habitat,
s.place_name AS nom_lieu,
s.precision,
s.additional_data::TEXT AS donnees_additionnelles,
s.additional_data AS donnees_additionnelles,
st_astext(s.the_geom_4326) AS wkt_4326,
n1.cd_nomenclature AS nature_objet_geo,
n2.cd_nomenclature AS type_regroupement,
Expand Down
2 changes: 1 addition & 1 deletion gn2pg/data/to_gnsynthese.sql
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ BEGIN
INTO the_id_nomenclature_determination_method;
SELECT new.item #>> '{comment_releve}'
INTO the_comment_context;
SELECT new.item #>> '{comment_occurence}'
SELECT new.item #>> '{comment_occurrence}'
INTO the_comment_description;
SELECT new.item #> '{additional_data}'
INTO the_additional_data;
Expand Down

0 comments on commit 97db8cd

Please sign in to comment.