-
**Is your feature request related to a problem? Please describe.**
When updating definitions for objects such as views or functions, a new migration is required, which means we have to duplicate the …
-
Hi @ivy-rew,
I created a new connector for Database versioning using Flyway framework. At the moment, it is only supporting H2, Postgresql and SQL Server databases.
If you think it is interesting,…
-
###### Which version and edition of Flyway are you using?
8.0.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 r…
-
[ERROR] Failed to execute goal org.flywaydb:flyway-maven-plugin:3.2.1:migrate (default-cli) on project wardrobe: org.flywaydb.core.api.FlywayException: Unable to scan for SQL migrations in location: c…
-
This plugin currently uses an old version (4.1). This is very far behind the latest one (5.0.7).
-
### Expected Behavior
I have following dependencies in build.gradle
```
implementation("io.micronaut.flyway:micronaut-flyway")
runtimeOnly("org.flywaydb:flyway-database-postgresql")
```
When I …
-
###### Which version and edition of Flyway are you using?
9.21.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 …
-
###### 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…
-
### Description
When running in dev mode it would be nice if new Flyway migration scripts (along side any existing migration scripts under `src/main/resources/db/migration`) would be detected and the…
-
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…