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
If db-migrate tries to connect to a database that does not yet exists it is going to throw an error. The user needs to create the database with fitting permissions first.
Proposed solution
Add a command line option --init which tells db-migrate to first check if the database exists and then tries to execute a database execution. This tasks has items listed below.
Current behavior
If db-migrate tries to connect to a database that does not yet exists it is going to throw an error. The user needs to create the database with fitting permissions first.
Proposed solution
Add a command line option
--init
which tells db-migrate to first check if the database exists and then tries to execute a database execution. This tasks has items listed below.Affected drivers
All: New method
showDatabases
is neededItems:
API extensions
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: