mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Added explanations about migrations
This commit is contained in:
parent
afaee1cc0a
commit
c8ef0583af
2 changed files with 66 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue