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 7f1ee70 commit 885b28c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ select
when
millesimes.last_millesime is not NULL
then millesimes.last_millesime
when commune.name is NULL then 2019
when commune.name is NULL then 2021
end as last_millesime,
coalesce(admin_express_commune.name, commune.name) as name, -- noqa: L029
coalesce(admin_express_commune.srid_source, 2154) as srid_source,
Expand Down

0 comments on commit 885b28c

Please sign in to comment.