From 249dfd4430e8c1e531d2f7da23f39d3517d75b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=86=A1=EC=98=81=EB=AF=BC?= Date: Wed, 31 Jan 2024 23:39:16 +0900 Subject: [PATCH] hotfix: ignore flyway out of order --- gateway/src/main/resources/application-dev.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gateway/src/main/resources/application-dev.yaml b/gateway/src/main/resources/application-dev.yaml index 4a6b7f1c..58158761 100644 --- a/gateway/src/main/resources/application-dev.yaml +++ b/gateway/src/main/resources/application-dev.yaml @@ -26,6 +26,7 @@ spring: flyway: enabled: true baseline-on-migrate: true + out-of-order: true h2: console: enabled: false @@ -38,4 +39,4 @@ management: endpoints: web: exposure: - include: health,info,prometheus \ No newline at end of file + include: health,info,prometheus