I am using Liquibase with SQL Server 2014 for my Spring Boot project. I am trying to populate a few tables at startup and update basic information in there.
Everything works properly all the time, but the moment I change the Spring Boot profile, liquibase fails, complaining the table exists. I tried completely deleting the DB, and expect Liquibase to create it for me. It still complains that the table exists. I dont understand why. If I do the same thing with one Spring Boot profile, it works seamlessly, but the issue is when I change the Spring Boot profile Can you please help?