diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-11-24 21:15:07 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-01-23 12:42:58 +0100 |
commit | c8ef0583af9592d4a18eed7913b81fa664cd8397 (patch) | |
tree | 84812b20846d4033727583c7d7c62d736cef3001 /scripts | |
parent | afaee1cc0a0e2902e9cd9c0117e9aa6f90fdf662 (diff) | |
download | wallabag-c8ef0583af9592d4a18eed7913b81fa664cd8397.tar.gz wallabag-c8ef0583af9592d4a18eed7913b81fa664cd8397.tar.zst wallabag-c8ef0583af9592d4a18eed7913b81fa664cd8397.zip |
Added explanations about migrations
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/update.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
16 | TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) | 16 | TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) |
17 | git checkout $TAG --force | 17 | git checkout $TAG --force |
18 | SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist | 18 | SYMFONY_ENV=$ENV $COMPOSER_COMMAND install --no-dev -o --prefer-dist |
19 | php bin/console doctrine:migrations:migrate --env=$ENV | ||
19 | php bin/console cache:clear --env=$ENV | 20 | php bin/console cache:clear --env=$ENV |