Skip to content

Commit 137534d

Browse files
committed
fix: ddl-auto update로 수정
1 parent 833275b commit 137534d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spring:
2626

2727
jpa:
2828
hibernate:
29-
ddl-auto: none
29+
ddl-auto: update
3030
show-sql: false
3131

3232
logging:

0 commit comments

Comments
 (0)