From 85615372dc195c79e163a41d0f810abd16f093b1 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Tue, 29 Oct 2019 11:14:12 +0800 Subject: [PATCH] change: unit tests use flyway --- komga/src/test/resources/application-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/komga/src/test/resources/application-test.yml b/komga/src/test/resources/application-test.yml index 7b3531ce..30ce17f3 100644 --- a/komga/src/test/resources/application-test.yml +++ b/komga/src/test/resources/application-test.yml @@ -2,7 +2,7 @@ application.version: TESTING spring: flyway: - enabled: false + enabled: true jpa: hibernate: ddl-auto: none @@ -12,4 +12,4 @@ spring: format_sql: true logging.level.org.hibernate: SQL: DEBUG - type.descriptor.sql.BasicBinder: TRACE \ No newline at end of file + type.descriptor.sql.BasicBinder: TRACE