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
The migration paths are detected but when I try to execute the migration with the corresponding entity manager it executes both migrations in one database:
I have troubles to execute properly the migrations between two different databases with Doctrine.
Here my Doctrine debug information:
The migration paths are detected but when I try to execute the migration with the corresponding entity manager it executes both migrations in one database:
My doctrine.yaml
Here is my doctrine_migrations.yaml
And the single configurations:
Module1:
What I am missing?
The text was updated successfully, but these errors were encountered: