Skip to content

Commit 1603d54

Browse files
committed
fix: update로 바꿔둠 추가 개발 목적
1 parent 5512999 commit 1603d54

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
@@ -19,7 +19,7 @@ spring:
1919
database-platform: org.hibernate.dialect.MySQLDialect
2020
generate-ddl: true
2121
hibernate:
22-
ddl-auto: none
22+
ddl-auto: update
2323
show-sql: false
2424

2525
security:

0 commit comments

Comments
 (0)