Skip to content

Commit 025fdc8

Browse files
authored
Merge 9dc5808 into ba51feb
2 parents ba51feb + 9dc5808 commit 025fdc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/application-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spring:
2626
show_sql: true
2727
dialect: org.hibernate.dialect.MySQL8Dialect
2828
hibernate:
29-
ddl-auto: none
29+
ddl-auto: update
3030
defer-datasource-initialization: true
3131

3232
ai:
@@ -36,7 +36,7 @@ spring:
3636
model: gpt-3.5-turbo
3737

3838
flyway:
39-
enabled: true
39+
enabled: false
4040
baseline-on-migrate: true
4141
# locations: classpath:db/migration
4242

0 commit comments

Comments
 (0)