-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Is it possible to disable checksum for steps? #49
Comments
Hey @j0meinaster, thanks for this issue! The checksum does a mongration/src/steps/step-file-reader.js Lines 18 to 23 in 90eaa25
#41 is a PR that allows us to disable checksum, however, I haven't had time to merge that yet (will look to that in the next days/hours). |
@wmartins What is the status of this PR? I need to replace a migration step in my application an for that either need the possibility to skip an existing migration step or change the checksums. |
I created a new pull request for this issue |
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..
The text was updated successfully, but these errors were encountered: