Skip to content

Commit

Permalink
chore: 운영 서버에 DB 구조 재구축 (#186)
Browse files Browse the repository at this point in the history
chore: 운영 서버에 db 구조 재구축
  • Loading branch information
Sangwook02 authored Feb 27, 2024
1 parent e338a0a commit 9c6b6f7
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 @@ -4,7 +4,7 @@ spring:
on-profile: "prod"
jpa:
hibernate:
ddl-auto: none
ddl-auto: update

logging:
level:
Expand Down

0 comments on commit 9c6b6f7

Please sign in to comment.