Liquibase changelog problem

Hi,

I did an empty new jmix app. It only contains an User table.
I ran it.
After I change the User entity to audit CREATE, MODIFY, and SoftDelete.
When I ran it again, the Liquibase database update kick in, but it fails.

The Error:

Caused by: liquibase.exception.SetupException: liquibase.exception.SetupException: Error parsing line 38 column 96 of hu/codewizards/arak25/liquibase/changelog/2021/09/09-010-4a861b67.xml: cvc-complex-type.3.2.2: Attribute ‘a’ is not allowed to appear in element ‘append’.

The offending xml section:

append a=“75109387347912” b=“applyToRollback” value=“where DELETED_DATE is null”

Hi.
Thank you for reporting the problem. It is a known issue.

It will be fixed in the next Studio release.

Regards,
Natalia

What is the work around for this issue?

The workaround is to ignore modifySql generated changeSet in Changelog preview.