We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e20a47 commit 606cbdcCopy full SHA for 606cbdc
1 file changed
src/main/resources/application-prod.yml
@@ -26,7 +26,7 @@ spring:
26
show_sql: true
27
dialect: org.hibernate.dialect.MySQL8Dialect
28
hibernate:
29
- ddl-auto: none
+ ddl-auto: update
30
defer-datasource-initialization: true
31
32
ai:
@@ -36,7 +36,7 @@ spring:
36
model: gpt-3.5-turbo
37
38
flyway:
39
- enabled: true
+ enabled: false
40
baseline-on-migrate: true
41
# locations: classpath:db/migration
42
0 commit comments