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 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 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 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 theExistingConnection
behaviour prevents overriding.This issue is currently not resolvable and should be checked again from time to time.
The workaround was introduced in #64.
The text was updated successfully, but these errors were encountered: