change: unit tests use flyway

This commit is contained in:
Gauthier Roebroeck 2019-10-29 11:14:12 +08:00
parent f9c37dc2fa
commit 85615372dc

View file

@ -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