From dfbb8429abcb80e521b4328ad97c05104898667e Mon Sep 17 00:00:00 2001 From: DH CHOI Date: Thu, 26 Oct 2023 12:41:42 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20JPA=20=EC=A0=84=EB=9E=B5=EC=9D=84=20up?= =?UTF-8?q?date=EB=A1=9C=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-data.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-data.yml b/src/main/resources/application-data.yml index e4d26d2..2996add 100644 --- a/src/main/resources/application-data.yml +++ b/src/main/resources/application-data.yml @@ -15,4 +15,4 @@ spring: default_batch_fetch_size: 1000 dialect: org.hibernate.dialect.MariaDB103Dialect hibernate: - ddl-auto: create \ No newline at end of file + ddl-auto: update \ No newline at end of file