mgroves/NoSqlMigrator

Multiple migrations with same number not invalidated

Opened this issue · 0 comments

For instance: if I have a Migration(8) and another Migration(8), no error is raised by the runner

This should be detected before any migrations are run and exception thrown.