fix : correction des migrations et de la commande make pour lancer les migrations

This commit is contained in:
tristan
2026-02-03 13:11:30 +01:00
parent a34bdbfe8d
commit 13e8698673
4 changed files with 125 additions and 31 deletions
+1 -1
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