Using doctrine migrations

This commit is contained in:
Jeroen De Meerleer 2022-09-07 14:37:42 +02:00
parent 07eab26637
commit 3b25940cb7
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ if [[ $DKR_RUN_MIGRATION == "false" ]]; then
echo "Will NOT run migration commands."
else
echo "Running migration commands..."
php bin/console doctrine:schema:update --force
php bin/console doctrine:migrations:migrate --no-interaction
fi
echo "Current working dir is '$(pwd)'"