We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If one does any innocent edit to a past (applied) migration, it will fail on production.
This is because of the migration content hashing going on here https://github.com/duct-framework/migrator.ragtime/blob/33077e77c4987b256a4bee76ed64d76c5b845887/src/duct/migrator/ragtime.clj#L63
Fork the code and get rid of the stringent check.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
If one does any innocent edit to a past (applied) migration, it will fail on production.
This is because of the migration content hashing going on here https://github.com/duct-framework/migrator.ragtime/blob/33077e77c4987b256a4bee76ed64d76c5b845887/src/duct/migrator/ragtime.clj#L63
Solution
Fork the code and get rid of the stringent check.
The text was updated successfully, but these errors were encountered: