🚧 Adjust flyway

This commit is contained in:
Andreas Dinauer 2026-04-11 12:08:18 +02:00
parent 421d2a7d95
commit 63d21eaf39

View File

@ -17,8 +17,7 @@ quarkus.datasource.db-kind=postgresql
%dev,test.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres?currentSchema=auth %dev,test.quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/postgres?currentSchema=auth
# Flyway # Flyway
quarkus.flyway.enabled=true %dev,test.quarkus.flyway.clean-at-start=true
quarkus.flyway.clean-at-start=true
%dev.quarkus.flyway.locations=db/migration,db/dev %dev.quarkus.flyway.locations=db/migration,db/dev
quarkus.flyway.migrate-at-start=true quarkus.flyway.migrate-at-start=true