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
{{ message }}
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
thank you for your awesome work, I was astonished when I found out this is not working out of the box with doctrine-migrations. For me it seems the namespaced migration feature does not make too much sense without either allowing to configure the entity manager per namespace or allowing to pass the namespace + em to the migrate command 🤔 I ended up having multiple EMs and connections defined + migration namespaces... and then d:m:m happily ignores that and runs all migrations of all namespaces against the default connection 👀 Feels like half of the feature got missing :)
Have you thought about bringing the adjustments you have made into doctrine migrations core?
Hi,
thank you for your awesome work, I was astonished when I found out this is not working out of the box with doctrine-migrations. For me it seems the namespaced migration feature does not make too much sense without either allowing to configure the entity manager per namespace or allowing to pass the namespace + em to the migrate command 🤔 I ended up having multiple EMs and connections defined + migration namespaces... and then
d:m:mhappily ignores that and runs all migrations of all namespaces against the default connection 👀 Feels like half of the feature got missing :)Have you thought about bringing the adjustments you have made into doctrine migrations core?