php-gaming-website icon indicating copy to clipboard operation
php-gaming-website copied to clipboard

Remove workaround for DoctrineMigrationsBundle

Open marein opened this issue 4 years ago • 1 comments

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 avatar Mar 15 '21 16:03 marein

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.

marein avatar Jan 13 '22 21:01 marein