Removed --skip-sync

This commit is contained in:
Kevin Frantz 2018-11-24 18:15:18 +01:00
parent cb1316a380
commit 2c3480d18b

View File

@ -1 +1 @@
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php bin/console doctrine:schema:validate --skip-sync)
(cd $(dirname $(readlink -f ${0}))/../docker-symfony/ && docker-compose exec php bin/console doctrine:schema:validate)