Skip to content

Commit

Permalink
Config des fictures pour creation de database lors du push github et …
Browse files Browse the repository at this point in the history
…heroku 6
  • Loading branch information
edouardproust committed Dec 15, 2021
1 parent b994c20 commit 8f44232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"database-setup": [
"php bin/console doctrine:migration:migrate --no-interaction",
"php bin/console doctrine:migrations:migrate --no-interaction",
"php bin/console doctrine:fixtures:load --no-interaction"
],
"post-install-cmd": [
Expand Down

0 comments on commit 8f44232

Please sign in to comment.