Skip to content

Commit

Permalink
feat(mednum): add typologie
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Jun 26, 2023
1 parent 73613e2 commit a144f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ final AS (
data ->> 'site_web' AS "site_web",
data ->> 'telephone' AS "telephone",
data ->> 'code_postal' AS "code_postal",
data ->> 'horaires_ouverture' AS "horaires_ouverture"
data ->> 'horaires_ouverture' AS "horaires_ouverture",
data ->> 'typologie' AS "typologie"
FROM source
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ final AS (
NULL AS "accessibilite",
labels_nationaux AS "labels_nationaux",
thematiques AS "thematiques",
NULL AS "typologie",
typologie AS "typologie",
NULL AS "presentation_resume",
date_maj AS "date_maj",
_di_source_id AS "source",
Expand Down

0 comments on commit a144f03

Please sign in to comment.