You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
r2-lf
changed the title
Woud like some consistency between checkout and generate-changelog
Consistency between checkout and generate-changelogSep 1, 2021
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 incheckout
but that's just how my brain works.The text was updated successfully, but these errors were encountered: