From dc4a3fbf8bcd479379ac81f6e6bc095069d90e07 Mon Sep 17 00:00:00 2001 From: seungh1024 Date: Sun, 25 Feb 2024 01:10:06 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20ddl-auto=20none=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= 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 11a170dbd..4ad09f313 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -17,7 +17,7 @@ spring: # JPA jpa: hibernate: - ddl-auto: update + ddl-auto: none properties: hibernate: format_sql: true