From c8bff683733badf6629863fcdbdf68782c076748 Mon Sep 17 00:00:00 2001 From: tristan Date: Fri, 12 Jun 2026 15:19:13 +0200 Subject: [PATCH] chore(transport) : ajouter la cible make qualimat-sync (ERP-39) --- makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/makefile b/makefile index b749e4b..f07ca38 100644 --- a/makefile +++ b/makefile @@ -249,6 +249,14 @@ sync-permissions: seed-rbac: $(SYMFONY_CONSOLE) --no-interaction app:seed-rbac +# Synchronise le referentiel des transporteurs QUALIMAT (ERP-39) : upsert sur +# le SIRET + soft-delete des absents + journal. Idempotent (refresh complet), +# prevu pour un cron quotidien. +# Options : --dry-run (analyse sans ecriture), --file= (source +# locale au lieu de l'API), --ppp= (taille de page API, defaut 10000). +qualimat-sync: + $(SYMFONY_CONSOLE) --no-interaction app:qualimat:sync + # Attention, supprime votre bdd local db-reset: $(DOCKER_COMPOSE) down -v