Hi
I got my liquibase project running (JPA, Hibernate, Glassfish, PostgreSQL). It works for the developer and our CI (with Bamboo).
DB Name: abcdb
Schema name: abc and abcaud
when i try to deploy our app i think i have problems with liquibase and the schema?
liquibase: Error executing SQL CREATE TABLE databasechangeloglock
PSQLException: ERROR: relation “databasechangeloglock” already exists
I dont know why liquibase is trying to create the already existing databasechangelock in the abc schema - any idea?
Thanks…