cli
cli copied to clipboard
db:drop should not fail if the database does not exist
What you are doing?
$ sequelize db:drop
What do you expect to happen?
When the database does not exist, I expect the command to exit with status code 0
What is actually happening?
The command fails with exit code 1
Dialect: postgres Sequelize CLI version: 3
+1
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
It should not be closed.