Skip to content

Commit

Permalink
NewDatagouvDatasetsJob : corrige liste des schémas (#4220)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineAugusti authored Sep 24, 2024
1 parent 5fef8b9 commit 5e7a57e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/transport/lib/jobs/new_datagouv_datasets_job.ex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ defmodule Transport.Jobs.NewDatagouvDatasetsJob do
"etalab/schema-amenagements-cyclables",
"etalab/schema-stationnement-cyclable",
"etalab/schema-stationnement",
"etalab/schema-comptage-mobilites"
"etalab/schema-comptage-mobilites-channel",
"etalab/schema-comptage-mobilites-measure",
"etalab/schema-comptage-mobilites-site"
],
tags: MapSet.new(["cyclable", "parking", "stationnement", "velo", "vélo"]),
formats: MapSet.new([])
Expand Down

0 comments on commit 5e7a57e

Please sign in to comment.