-
### Expected Behavior
I have following dependencies in build.gradle
```
implementation("io.micronaut.flyway:micronaut-flyway")
runtimeOnly("org.flywaydb:flyway-database-postgresql")
```
When I …
-
This is more a feature request/question.
Is there any plan to support [GraalVM](https://www.graalvm.org/) native images out of the box in Flyway? At this moment different frameworks like Micronaut …
-
When we login to ATLAS, we are redirected to Entra ID and can login, once we are redirected back to the port that the server is run on rather than the proxy.
In our implementation of Atlas with Web…
-
Is the migration possible, or does it need to be done manually ?
-
**Describe the bug**
Here is a springboot project that uses Flyway Java API as the database version tool. Every time it starts, it automatically executes the maintenance SQL script. The problem…
-
###### Which version and edition of Flyway are you using?
10.17.0
###### If this is not the latest version, can you reproduce the issue with the latest one as well? (Many bugs are fixed in newer…
-
On a clean Postgres database, it fails to create the initial tables
```
sbt:pet-clinic> backend/reStart
[info] Stopping application backend (by killing the forked JVM) ...
backend ... finished w…
-
`spring.jpa.hibernate.ddl-auto=create-drop` és Flyway egyben :( Bezavar egymásnak.
-
While upgrading our app to grails 3.3.11 we noticed that flyway runs after the db schema validation now.
After some googling we found [this grails issue](https://github.com/grails/grails-core/issues/…
-
see https://github.com/flyway/flyway/issues/2332
is this project alive and willing to look into this problem?
is anyone with commit privilege (and willingness to release) even read this, and wou…