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
However, when I try to run php vendor/bin/doctrine-migrations migrations:status, it says that I have to provide a configuration for the database. The exact error is the following: You have to specify a --db-configuration file or pass a Database Connection as a dependency to the Migrations.. Shouldn't we actually make it as follows?
I thought the 'em' key would suffice: is this a BC break in the upstram library? Similar to #27, I think we need to cement these with runnable examples: unit tests will just not cut it long-term.
I don't think it's a BC break in the upstream library. Before I used the psr-container-doctrine implementation for the migrations, I had my own factory to create the configuration and I still needed this entry in the helper set, so I think it was always required.
The current documentation suggests the following configuration:
However, when I try to run
php vendor/bin/doctrine-migrations migrations:status
, it says that I have to provide a configuration for the database. The exact error is the following:You have to specify a --db-configuration file or pass a Database Connection as a dependency to the Migrations.
. Shouldn't we actually make it as follows?The text was updated successfully, but these errors were encountered: