diff --git a/komga/src/test/resources/application-test.yml b/komga/src/test/resources/application-test.yml index 7b3531cec..30ce17f32 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