ChecksumProblem with property

Hello!

I’m having a problem with some checksum stuff. I’ve read some solutions in the blog, but that doesn’t work for me.
My Version is 1.9.5

I have an import-changeSet reading in an csv-file with loadData.

The file is passed as a property, and the changeset is marked as runAlways=“true” :

    ...   ...

So, if the property ${csvMappingFilePath} changes, liquibase validation fails.
Is the file-attribute part of the MD5Checksum Generator?

thanks,

David

Hi,

try to add runOnChange=“true” property in the changeSet tag.

Oleg