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