Hello,
I’m trying to use this attribute ‘errorIfMissing’, but always get the error:
Attribute 'errorIfMissing' is not allowed to appear in element 'include'.
Also, I checked the online schema and, in fact, the attribute is not there: http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.19.xsd
However is in the documentation: include
My code:
<include file="changelog/changelog-qa.xml" errorIfMissing="False" />
Thanks,