From b994c20ffb89ce55a6491a4a64d4e8ef8ebf6fe0 Mon Sep 17 00:00:00 2001 From: Edouard Proust Date: Wed, 15 Dec 2021 08:57:41 +0100 Subject: [PATCH] Config des fictures pour creation de database lors du push github et heroku 5 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index ee0adab..c80f6c1 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,6 @@ "assets:install %PUBLIC_DIR%": "symfony-cmd" }, "database-setup": [ - "php bin/console make:migration", "php bin/console doctrine:migration:migrate --no-interaction", "php bin/console doctrine:fixtures:load --no-interaction" ],