Documentation: Add --complete parameter to Doctrine update instructions

pull/5012/head
Yannick Warnier 12 months ago committed by GitHub
parent 9948f1d442
commit eecd38fc9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -93,7 +93,7 @@ git pull
composer update
# Database update
php bin/console doctrine:schema:update --force
php bin/console doctrine:schema:update --force --complete
# Clean Symfony cache
php bin/console cache:clear

Loading…
Cancel
Save