Skip to content

Commit 0fd0bd9

Browse files
authored
Merge pull request #167 from prgrms-be-devcourse/fix/166-ddl-auto-change
Fix: ddl-auto update로 수정
2 parents 73ed9a8 + fd08e3e commit 0fd0bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spring:
4040
user-name-attribute: login
4141
jpa:
4242
hibernate:
43-
ddl-auto: validate
43+
ddl-auto: update
4444
properties:
4545
hibernate:
4646
show_sql: true

0 commit comments

Comments
 (0)