Skip to content

Commit

Permalink
fix: 테이블 데이터 삭제를 위한 ddl-auto create 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Mar 8, 2024
1 parent 68b80fb commit 108a1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ spring:
show-sql: true
database-platform: org.hibernate.dialect.MySQL8Dialect
hibernate:
ddl-auto: update
ddl-auto: create
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${DB_URL}
Expand Down

0 comments on commit 108a1da

Please sign in to comment.