Hello!
I have master changelog.xml with the following:
includeAll path=“release5”
and I have release changelog in release5 folder
changeSet… runOnChange=“true”
When proc1.sql changes liquibase update raises an error:
Unexpected error running Liquibase: Validation Failed:
1 change sets check sum
release5/proc1.sql::raw::includeAll was: 8:882c7c5de65076cf3a41b9344dc82966 but is now: 8:748c7b82686165acbe0f07ae3c2fce7c
But if I use in master changelog direct link
include file=“release5/changelog.xml”
everything works fine