Multiple migrations with same number not invalidated
Opened this issue · 0 comments
mgroves commented
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.