From 42e50c3b58a9dc0eaba029ab9282d2bb1e8152da Mon Sep 17 00:00:00 2001 From: htlee Date: Wed, 18 Mar 2026 04:30:32 +0900 Subject: [PATCH] =?UTF-8?q?fix(backend):=20ddl-auto=20validate=20=E2=86=92?= =?UTF-8?q?=20none=20(PostGIS=20geometry=20=ED=83=80=EC=9E=85=20=EA=B2=80?= =?UTF-8?q?=EC=A6=9D=20=EC=8B=A4=ED=8C=A8=20=ED=95=B4=EA=B2=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index 19fc170..8ab9a87 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -3,7 +3,7 @@ spring: active: ${SPRING_PROFILES_ACTIVE:local} jpa: hibernate: - ddl-auto: validate + ddl-auto: none properties: hibernate: default_schema: kcg -- 2.45.2