I love mongration and the possibility to run migration scripts.
I currently did some refactoring to my application code and moved some files to a new directory, which are also required in my mongration script. Now the checksum fails, because the require(...) changed.
Is there a way to disable checksum? Or is it a bad idea to require(..) other classes anyway?
The only workaround I know is replacing the checksum in all mongodbs..