Hi Community,
Hope you are having good day.
I am using Liquibase for db deployments and things are fine.
I have a requirement to record the changesets being deployed into a seperate db.
For ex: V1 – changeset 1.0.0_1 & 1.0.0_2
V2 - changeset 2.0.0_1, 2.0.0_2 & 2.0.0_3
Currently, when I hit the history command, I get output of databasechangelog table but I need to output changeset column only. May I know if there is a way to get what I want, pls?
Thanks.
I’m not sure I understand the question. When I run history I get back the following:
deployment id
update date
changelog path
changeset author
changeset id
tag
These 3 columns are required to uniquely identify a changeset:
changelog path
changeset author
changeset id
So you should have what you are looking for. Please clarify your question.
Hi daryldoak,
Thank you for your reply.
Like mentioned before, is there a way to filter out on what column I need using liquibase command?