Skip to content

Commit

Permalink
fix(pipeline): properly set PE contact_nom_prenom
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Nov 28, 2023
1 parent 79a7276 commit 835fb5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ final AS (
SELECT
id AS "adresse_id",
contact_public AS "contact_public",
contact_nom_prenom AS "contact_nom_prenom",
courriel AS "courriel",
cumulable AS "cumulable",
date_creation::DATE AS "date_creation",
Expand Down Expand Up @@ -53,6 +52,7 @@ final AS (
zone_diffusion_nom AS "zone_diffusion_nom",
zone_diffusion_type AS "zone_diffusion_type",
pre_requis AS "pre_requis",
contact_nom || contact_prenom AS "contact_nom_prenom",
ARRAY[frais] AS "frais"
FROM services
)
Expand Down

0 comments on commit 835fb5a

Please sign in to comment.