From c8ef0583af9592d4a18eed7913b81fa664cd8397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 24 Nov 2016 21:15:07 +0100 Subject: Added explanations about migrations --- scripts/update.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/update.sh b/scripts/update.sh index a29e0168..0860f997 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -16,4 +16,5 @@ git fetch --tags TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) git checkout $TAG --force SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist +php bin/console doctrine:migrations:migrate --env=$ENV php bin/console cache:clear --env=$ENV -- cgit v1.2.3