From 98c17611cd21794a54f5c89ebd5333635697c5cd Mon Sep 17 00:00:00 2001 From: Tristan Chuine Date: Tue, 17 Oct 2023 21:19:33 +0200 Subject: [PATCH] Fix liquibase diff --- .gitignore | 3 +++ pom.xml | 2 +- .../changesets/changelog_20221206T145803Z.xml | 11 ++++++++++- src/test/resources/application-default.yml | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41e2fabd..c2d91ac2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ target/ # IntelliJ /.idea *.iml + +# https://github.com/liquibase/liquibase/issues/2196 +/derby.log diff --git a/pom.xml b/pom.xml index ea4ff29a..f77122f9 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.powsybl powsybl-parent-ws - 17 + 18 diff --git a/src/main/resources/db/changelog/changesets/changelog_20221206T145803Z.xml b/src/main/resources/db/changelog/changesets/changelog_20221206T145803Z.xml index e561e142..69fafacd 100644 --- a/src/main/resources/db/changelog/changesets/changelog_20221206T145803Z.xml +++ b/src/main/resources/db/changelog/changesets/changelog_20221206T145803Z.xml @@ -1,5 +1,9 @@ - + @@ -16,4 +20,9 @@ + + + Missing update from #37 + + diff --git a/src/test/resources/application-default.yml b/src/test/resources/application-default.yml index d9bc944b..b8cd77aa 100644 --- a/src/test/resources/application-default.yml +++ b/src/test/resources/application-default.yml @@ -15,5 +15,5 @@ logging: powsybl-ws: database: vendor: h2:mem - query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE + query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;MODE=PostgreSQL;DEFAULT_NULL_ORDERING=HIGH hostPort: ":"