Is there a way using Liquibase’s api to determine the last tag applied?
or is it
select tag from databasechangelog where tag is not null order by dateexecuted asc ?
Is there a way using Liquibase’s api to determine the last tag applied?
or is it
select tag from databasechangelog where tag is not null order by dateexecuted asc ?
There isn’t a command currently to list the tags. Your SQL call will do it, though.
Nathan
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| FInd list of all available tags | 2 | 1303 | September 8, 2023 | |
| Database Tags | 3 | 1304 | October 21, 2009 | |
| Tagging overwrites last tag | 6 | 844 | June 11, 2024 | |
| Problem with tagging (bug?) | 5 | 1678 | September 8, 2009 | |
| How to tagDatabase on changelogs in SQL Format? | 3 | 6245 | July 14, 2021 |