Skip to content

Commit

Permalink
hotfix : ddl-auto update로 고정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayon-Hong committed Mar 9, 2024
1 parent 6e0270e commit 9157b59
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: create
ddl-auto: update
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: ${DB_URL}
Expand Down

0 comments on commit 9157b59

Please sign in to comment.