Im just using liquibase for the first time… and so far, I just have one single doubt: how can I use “tags” in a changelog in SQL format?
what I mean is, that inside the changelog file, if there is any way to use it. Im already familiar with the “tag” command in the cli. But, the question is more oriented to if there is a way to accomplish the same result from the changelog itself.
PD: after reading a while, I saw that several users are taking a workaround and updating manully the DATABASECHANGELOG table. I don’t think that this is the correct way to do this.
So, any advice will be appreciated. thanks a lot to the community for your support.