diff --git a/db-migration/src/main/resources/liquibase/db.changelog.xml b/db-migration/src/main/resources/liquibase/db.changelog.xml index 82fe28f..b357592 100644 --- a/db-migration/src/main/resources/liquibase/db.changelog.xml +++ b/db-migration/src/main/resources/liquibase/db.changelog.xml @@ -752,4 +752,33 @@ + + + + + + + + + + + + + + + + + + diff --git a/db-migration/src/main/resources/liquibase/liquibase.properties b/db-migration/src/main/resources/liquibase/liquibase.properties index e507247..c954ed3 100644 --- a/db-migration/src/main/resources/liquibase/liquibase.properties +++ b/db-migration/src/main/resources/liquibase/liquibase.properties @@ -1,7 +1,7 @@ changeLogFile=target/classes/liquibase/db.changelog.xml driver=org.postgresql.Driver -url=jdbc:postgresql://localhost:5432/hsadmin_migdb +url=jdbc:postgresql://localhost:5432/hsadmin_db username=hsadmin_dbuser password=SelfDefinedPassword verbose=true -dropFirst=false \ No newline at end of file +dropFirst=false diff --git a/db-migration/src/test/tomee/conf/tomee.xml b/db-migration/src/test/tomee/conf/tomee.xml index ea03d06..d7003c0 100644 --- a/db-migration/src/test/tomee/conf/tomee.xml +++ b/db-migration/src/test/tomee/conf/tomee.xml @@ -2,7 +2,7 @@ JdbcDriver = org.postgresql.Driver - JdbcUrl = jdbc:postgresql://localhost:5432/hsadmin_migdb + JdbcUrl = jdbc:postgresql://localhost:5432/hsadmin_db UserName = hsadmin_dbuser Password = SelfDefinedPassword