Diff-changelog command breaks previous checksum

Whenever I run the diff-changelog command it breaks the previous commands md5 hash. I’m using SQL change log files. I’ve verified that nothing changes with the previous command…no whitespace changes or weird carriage returns or anything like. Only work around is to add the validCheckSum annotation for every change which seems strange.

Thanks,

Ben Payne

What version of Liquibase are you using?

Posting a picture to make sure I am running the proper command for what you’re asking.

Appreciate you.

Thanks,

Ben

I figured out why I keep getting the MD5 checksum error…whenever I run liquibase diff-changelog it adds the --liquibase formatted sql line to the changelog. Also, it doesn’t seem to recognize that a change is already pending in the changelog because multiple diff-changelog calls just keeps adding the same pending changes.

Any thoughts?

Thanks,

Ben