Created
October 28, 2020 14:12
-
-
Save galvao/da701f3f6811b3c9d33f66acc1f17564 to your computer and use it in GitHub Desktop.
Clears Doctrine's DDL Cache and rebuilds the schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Limpar o cache de DDL do Doctrine | |
php ./vendor/doctrine/doctrine-module/bin/doctrine-module orm:clear-cache:metadata | |
php ./vendor/doctrine/doctrine-module/bin/doctrine-module orm:schema-tool:update --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment