From 74cbf995f62d50c3e67f7d93a12fb89d4538f7ae Mon Sep 17 00:00:00 2001 From: ChoiBoKeun1 <136104922+ChoiBoKeun1@users.noreply.github.com> Date: Tue, 15 Jul 2025 21:28:30 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20notification=20=ED=85=8C=EC=9D=B4?= =?UTF-8?q?=EB=B8=94=20=EC=83=9D=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gathering_be/src/main/resources/application-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gathering_be/src/main/resources/application-prod.yml b/Gathering_be/src/main/resources/application-prod.yml index 6449b98..eeb5d13 100644 --- a/Gathering_be/src/main/resources/application-prod.yml +++ b/Gathering_be/src/main/resources/application-prod.yml @@ -7,7 +7,7 @@ spring: jpa: hibernate: - ddl-auto: validate + ddl-auto: create properties: hibernate: format_sql: false