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 8, 2024
1 parent 20871c2 commit 6f82e2b
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 6f82e2b

Please sign in to comment.