Skip to content

Instantly share code, notes, and snippets.

@galvao
Created October 28, 2020 14:12
Show Gist options
  • Save galvao/da701f3f6811b3c9d33f66acc1f17564 to your computer and use it in GitHub Desktop.
Save galvao/da701f3f6811b3c9d33f66acc1f17564 to your computer and use it in GitHub Desktop.
Clears Doctrine's DDL Cache and rebuilds the schema
# 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