liquibase-data icon indicating copy to clipboard operation
liquibase-data copied to clipboard

Consistency between `checkout` and `generate-changelog`

Open r2-lf opened this issue 3 years ago • 0 comments

liquibase data generate-changelog --target-state=675ac926d9e0402f94659f4b60156bee --target-db=myrepos

liquibase data checkout --commit=675ac926d9e0402f94659f4b60156bee --repository=myrepos

The first is doing a checkout and then a generate-changelog. The second is just the checkout. I would like to see the same nomenclature used. I prefer the one in checkout but that's just how my brain works.

r2-lf avatar Sep 01 '21 19:09 r2-lf