I am sorry if this is a wrong portal but here I have found closest solutions but they are not working.
I am trying to configure Liquibase Runner plugin in Jenkins.
The database configuration is right because it runs on an empty database but if tried on an already existing one (which is going to be case always), I get error:
liquibase.exception.DatabaseException: There is already an object named 'DATABASECHANGELOG' in the database.
I found few references but they mention to write Default Schema Name. I have tried dbo, db_owner, database name but nothing works.
How can I solve this problem?
Many thanks in advance.