fix : correction des migrations et de la commande make pour lancer les migrations
All checks were successful
Auto Tag Develop / tag (push) Successful in 4s
Build Release Artefact / build (push) Successful in 1m8s

This commit is contained in:
2026-02-03 13:11:30 +01:00
parent a34bdbfe8d
commit 13e8698673
4 changed files with 125 additions and 31 deletions

View File

@@ -76,7 +76,7 @@ build-without-cache:
--no-cache
migration-migrate:
$(SYMFONY_CONSOLE) doctrine:migrations:migrate --no-interaction
$(SYMFONY_CONSOLE) --no-interaction doctrine:migrations:migrate --allow-no-migration
fixtures:
$(SYMFONY_CONSOLE) doctrine:fixtures:load