I manually deleted a migration file name 20171125081136-create-task.js
.
After deleting the migration file, I ran this command
db:migrate:undo:all
While running this command I'm getting an error in the terminal:
ERROR: Unable to find migration: 20171125081136-create-task.js
.
Due to this error I'm stuck and not able to undo other migration files that exists.