Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove workaround for DoctrineMigrationsBundle #62

Open
marein opened this issue Mar 15, 2021 · 1 comment
Open

Remove workaround for DoctrineMigrationsBundle #62

marein opened this issue Mar 15, 2021 · 1 comment

Comments

@marein
Copy link
Owner

marein commented Mar 15, 2021

The bundle uses Doctrine\Migrations\Configuration\Connection\ExistingConnection by default. Although the connection is configurable via a separate config file or cli argument, this will not work because the ExistingConnection behaviour prevents overriding.

This issue is currently not resolvable and should be checked again from time to time.

The workaround was introduced in #64.

marein added a commit that referenced this issue Mar 15, 2021
* Update dependencies #63
* Apply workaround for DoctrineMigrationsBundle mentioned in #62
@marein
Copy link
Owner Author

marein commented Jan 13, 2022

The problem above is resolved. There's a new issue. To be able to use multiple connections, the bundle requires a default connection. Still not resolvable and should be checked again from time to time.

The new workaround was introduced in #70.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant