migrate-mongo
migrate-mongo copied to clipboard
Can I rollback all migrations?
Currently migrate-mongo down rolls back only latest added migration. Is there a way to roll back all of them?
One way would be to count the number of files in the directory where you have the migrations and run migrate-mongo down that many times.
Has this feature been updated into the package? It'd be real nice to revert back all the way to the very beginning.
I just wanna vote for this feature
All the way, or to a specific point in time, to test changes in some part of the system.
I would think it would be great to pass in an argument.
Roll back all. Or roll back a specific file(migration)
same issue.