Continual generation of broken changelogs... :(

So, Jmix generated a bunch of changelogs wanting to add indexes that were already in the DB, which of course PostGRES doesn’t like, so I ignored those.

But now, everytime I go to start the app, Jmix generates these broken changelogs:

image

(They are all the same as that first one - just <append value="where DELETE_TS is null"/>

I keep ignoring them, but Jmix just remakes them every time I start the app.

Is there a way to get it to STOP? (Seems to be a bug in your changelog generation code!)

I was facing same issue. Please check Liquibase generates changelog for Decimal-Currency columns every time app starts

Issue has been created for this: https://youtrack.haulmont.com/issue/JST-2491

Aha - yes, that is the same issue.