diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index d2caeb3f..ea396015 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -31,5 +31,6 @@ spring: create-target: src/main/resources/filter.sql create-source: metadata -dbName: filters +dbName: gridsuite +query: ?currentSchema=filters dbApi: jdbc diff --git a/src/test/resources/application-default.yaml b/src/test/resources/application-default.yaml index e2e8f05e..23c1d39e 100644 --- a/src/test/resources/application-default.yaml +++ b/src/test/resources/application-default.yaml @@ -15,5 +15,5 @@ logging: org.hibernate.type.descriptor.sql.BasicBinder: TRACE dbVendor: h2:mem -query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE +query: ;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;INIT=CREATE SCHEMA IF NOT EXISTS filters\;SET SCHEMA filters hostPort: