We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ea1c7 commit 84ffad8Copy full SHA for 84ffad8
infra/src/main/resources/application-persistence.yml
@@ -8,15 +8,15 @@ spring:
8
jpa:
9
database-platform: org.hibernate.dialect.MySQL8Dialect
10
hibernate:
11
- ddl-auto: none
+ ddl-auto: update
12
show-sql: true
13
open-in-view: false
14
properties:
15
16
format_sql: true
17
18
flyway:
19
- enabled: true
+ enabled: false
20
baseline-on-migrate: false
21
validate-on-migrate: true
22
locations:
@@ -34,7 +34,7 @@ spring:
34
ddl-auto: update
35
36
37
38
39
40
- classpath:db/migration/mysql
0 commit comments