Added validation script for database schema

This commit is contained in:
Kevin Frantz 2018-11-01 22:46:14 +01:00
parent e8ac70de59
commit 6904ffbfdb

View File

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