Skip to content

Commit 237bfee

Browse files
committed
[Fix] 데이터베이스 ddl-auto 수정
1 parent 88e1bde commit 237bfee

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
@@ -9,7 +9,7 @@ spring:
99
database: mysql
1010
database-platform: org.hibernate.dialect.MySQL8Dialect
1111
hibernate:
12-
ddl-auto: update
12+
ddl-auto: create
1313
properties:
1414
hibernate:
1515
format_sql: true

0 commit comments

Comments
 (0)