Skip to content

Commit

Permalink
Updates Liquibase integrationtest to reproduce error: quarkusio#36446
Browse files Browse the repository at this point in the history
  • Loading branch information
appiepollo14 committed Oct 19, 2023
1 parent 30eb8d3 commit c955a57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ quarkus.datasource.jdbc.url=jdbc:h2:tcp://localhost/mem:test_quarkus;DB_CLOSE_DE
quarkus.liquibase.change-log=db/changeLog.xml
quarkus.liquibase.clean-at-start=false
quarkus.liquibase.migrate-at-start=false
quarkus.liquibase.database-change-log-lock-table-name=TEST_LOCK
quarkus.liquibase.database-change-log-table-name=TEST_LOG
quarkus.liquibase.database-change-log-lock-table-name=changelog_lock
quarkus.liquibase.database-change-log-table-name=changelog

# Debug logging
#quarkus.log.console.level=DEBUG
Expand Down

0 comments on commit c955a57

Please sign in to comment.