Hi Team,
I am exploring Liquibase for my learning for database automation deployment. I am stuck with an issue, can you please assist me on it.
1. I have manually created the changelogdatabase table and lock table, now when I ran the "mvn liquibase:update", it give me an exception mentioning the object is already exist. How can I handle this exception?
2. Also, We have other use case, where we create the changelogdatabase by defining its custom name in pom.xml. Now Whenever I uses command "mvn liquibase:update" its throwing me exception. When I uses "mvn liquibase:updateSQL" it say done successfully but nothing is update my database.
Can you please assist where are doing wrong. Thanks in Advance.