Skip to content

Commit

Permalink
!HOTFIX: 스키마 초기화를 위해 ddl-auto를 update로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jj0526 committed Jul 18, 2024
1 parent 8d61a6b commit cd7a5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: create-drop
ddl-auto: update
weeth:
jwt:
key: ${JWT_KEY}
Expand Down

0 comments on commit cd7a5a6

Please sign in to comment.