Using doctrine migrations
This commit is contained in:
parent
07eab26637
commit
3b25940cb7
@ -96,7 +96,7 @@ if [[ $DKR_RUN_MIGRATION == "false" ]]; then
|
|||||||
echo "Will NOT run migration commands."
|
echo "Will NOT run migration commands."
|
||||||
else
|
else
|
||||||
echo "Running migration commands..."
|
echo "Running migration commands..."
|
||||||
php bin/console doctrine:schema:update --force
|
php bin/console doctrine:migrations:migrate --no-interaction
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Current working dir is '$(pwd)'"
|
echo "Current working dir is '$(pwd)'"
|
||||||
|
Loading…
Reference in New Issue
Block a user