liquibase / liquibase-hibernate

Liquibase Hibernate Integration
Apache License 2.0
272 stars 156 forks source link

Problems with Diff functionality on PostgreSQL #217

Open MaslovD opened 4 years ago

MaslovD commented 4 years ago

Once I create initial Diff change log, every following run of mvn clean install liquibase:diffgenerates a number of useless changeLog records.

For example, after initial run of mvn clean install liquibase:diff we the following file (which looks almost correct): `databaseChangeLog:

after following run of mvn clean install liquibase:diff, I have new list of changes:

databaseChangeLog:

┆Issue is synchronized with this Jira Bug by Unito

Neloop commented 4 years ago

We have the same problem with 3.8 version, in previous versions this problem also occurs, but with a bit different changesets structure.

aneri90 commented 3 years ago

Still happening in version 4.1.1

MaslovD commented 3 years ago

Finally stopped wasting time, switched back to FlyWay.

HalasP commented 2 years ago

It seems to be caused by https://github.com/liquibase/liquibase/issues/2069