Skip to content

Commit

Permalink
[BE] fix: ddl-auto 변경 (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-I-H-O authored Oct 22, 2024
1 parent 1298b6e commit 1eec513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ spring:

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

0 comments on commit 1eec513

Please sign in to comment.