Hello,
I'm trying to call the same xml twice using the include tag. I get the duplicate identifiers error message.
I looked up the forums and I see that this was resolved - https://liquibase.jira.com/browse/CORE-1887.
I'm on version 3.4.2.
for e.g.
<include file="filename.xml" relativeToChangelogFile="true" />
.
.
.
.
<include file="filename.xml" relativeToChangelogFile="true" />
How do I get past the duplicate identifiers message?
Thanks.