From 7d8ce9f0b9c9bafad1f41cdde08727984f039815 Mon Sep 17 00:00:00 2001 From: youngsoosoo Date: Thu, 23 May 2024 01:45:36 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20dev=20=ED=99=98=EA=B2=BD=20ddl=20auto?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index ba2dc53a8..4e24beda1 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -7,4 +7,4 @@ spring: jpa: hibernate: - ddl-auto: update \ No newline at end of file + ddl-auto: validate \ No newline at end of file