For now migrate-mongo down command rollbacks only single (last) migration.
Would be useful if we can rollback all migrations with single command, for example:
migrate-mongo reset, or migrate-mongo clear, or something like
Doing that we can clean our database before CI/CD integrations for example
For now
migrate-mongo down
command rollbacks only single (last) migration. Would be useful if we can rollback all migrations with single command, for example:migrate-mongo reset
, ormigrate-mongo clear
, or something likeDoing that we can clean our database before CI/CD integrations for example