You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running symfony make:migration, the output shows that you should next run php bin/console doctrine:migrations:migrate even though the user used symfony and not php bin/console. The bundle should detect which was used by the user and return that one in the output.
The text was updated successfully, but these errors were encountered:
Unfortunately we don't have a way to determine if the user typed in symfony make:migration or php bin/console..... since symfony make:migration ultimately calls bin/console doctrine:migration:migrate.
This is related to symfony/symfony#46705.
When running
symfony make:migration
, the output shows that you should next runphp bin/console doctrine:migrations:migrate
even though the user usedsymfony
and notphp bin/console
. The bundle should detect which was used by the user and return that one in the output.The text was updated successfully, but these errors were encountered: