From 4a8e81416db94eb3f60924fe15fb8c223e491cc5 Mon Sep 17 00:00:00 2001 From: dainnida Date: Thu, 6 Feb 2025 11:26:54 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20DB=20=EC=B4=88=EA=B8=B0=ED=99=94=20?= =?UTF-8?q?=EC=99=84=EB=A3=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e4b9d3f..a8caa98 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: jpa: hibernate: - ddl-auto: create + ddl-auto: update properties: hibernate: format_sql: true