We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c788a commit dc170d9Copy full SHA for dc170d9
frankenphp/docker-entrypoint.sh
@@ -49,7 +49,7 @@ if [ "$1" = 'frankenphp' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then
49
fi
50
51
if [ "$( find ./migrations -iname '*.php' -print -quit )" ]; then
52
- php bin/console doctrine:migrations:migrate --no-interaction
+ php bin/console doctrine:migrations:migrate --no-interaction --all-or-nothing
53
54
55
0 commit comments