From 6f82e2bc59d82ee47efcef0159ab24e7f4ecc3bf Mon Sep 17 00:00:00 2001 From: Dayeon-Hong Date: Sat, 9 Mar 2024 02:58:55 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20ddl-auto=20update=EB=A1=9C=20?= =?UTF-8?q?=EC=9C=A0=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index a4350f73..e4922ee4 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -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}