mirror of
https://github.com/gotson/komga.git
synced 2026-01-06 15:54:16 +01:00
change: unit tests use flyway
This commit is contained in:
parent
f9c37dc2fa
commit
85615372dc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
type.descriptor.sql.BasicBinder: TRACE
|
||||
|
|
|
|||
Loading…
Reference in a new issue