Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisig committed Sep 10, 2024
1 parent 60577d7 commit aaba21b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ first_and_last_millesimes as (
select
commune.id,
commune.insee,
admin_express_commune.name,
commune.departement_id,
commune.epci_id,
commune.scot_id,
commune.map_color,
millesimes.first_millesime,
millesimes.last_millesime,
admin_express_commune.srid_source,
coalesce(admin_express_commune.name, commune.name) as name, -- noqa: L029
coalesce(admin_express_commune.srid_source, 2154) as srid_source,
coalesce(artif_commune.surface is not NULL, FALSE) as ocsge_available,
case
when
Expand Down

0 comments on commit aaba21b

Please sign in to comment.