Databasechangelog already exists issue in pipeline

Hi All,

While running the pipeline status commands work fine but while doing the update command im getting the below error.(Azure DevOps pipeline & target is Snowflake)

Unexpected error running Liquibase: SQL compilation error:
Object ‘DATABASECHANGELOG’ already exists.

Please let me know if you require more details

Hi Venus,

I wonder if this might be a case sensitivity issue. If you look at Snowflake, do you see the DATABASECHANGELOG table? Is the case correct?

- PJ