Skip to content

Commit

Permalink
chore: dev 환경 ddl auto 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsoosoo committed May 22, 2024
1 parent 4a20691 commit 7d8ce9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ spring:

jpa:
hibernate:
ddl-auto: update
ddl-auto: validate

0 comments on commit 7d8ce9f

Please sign in to comment.