From 63d21eaf396a7ccefcff7ddd1cc8b6c7dccd0677 Mon Sep 17 00:00:00 2001 From: Andreas Dinauer Date: Sat, 11 Apr 2026 12:08:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Adjust=20flyway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2178507..31e8761 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -17,8 +17,7 @@ quarkus.datasource.db-kind=postgresql %dev,test.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres?currentSchema=auth # Flyway -quarkus.flyway.enabled=true -quarkus.flyway.clean-at-start=true +%dev,test.quarkus.flyway.clean-at-start=true %dev.quarkus.flyway.locations=db/migration,db/dev quarkus.flyway.migrate-at-start=true