When I run liquibase 3.0 conversions against databases that I updated with liquibase 2.0.5 I often get checksum errors of the format.
file1::id001::me is now: 7:acd3c6774dd4ba2823bea5181922dadb
in almost every case the original checksum began with 3: and the new checksum is different and begines with 7:
Should I expect the sums to be different and, if so, can I fix it by simply nulling the md5sum column?