Skip to content

Commit 64b3c3b

Browse files
committed
[Chore] prod 환경의 JPA ddl-auto 옵션을 none → update로 변경
1 parent 22b9b8b commit 64b3c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
spring:
22
jpa:
33
hibernate:
4-
ddl-auto: none
4+
ddl-auto: update
55

66
datasource:
77
driver-class-name: com.mysql.cj.jdbc.Driver

0 commit comments

Comments
 (0)