-
`spring.jpa.hibernate.ddl-auto=create-drop` és Flyway egyben :( Bezavar egymásnak.
-
I just followed the instructions.
I'm also new to flyway
MacOS 10.14.5
I'm using jenv to manage multiple java versions
java -version
java version "1.8.0_172"
Java(TM) SE Runtime Environment (b…
-
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…
-
See https://github.com/spring-projects/spring-boot/issues/32849
Decide if we want to use the property mapping logic into a separate public API class.
-
`myway` supports marker-substitution for Stored Procedures.
Flyway has a more generic placeholder replacement system for terms in the form of ’${placeholder}`.
In many ways, this feature raises …
-
###### Which version and edition of Flyway are you using?
8.2.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…
-
###### Which version and edition of Flyway are you using?
6.1.1
###### If this is not the latest version, can you reproduce the issue with the latest one as well?
(Many bugs are fixed in newer …
-
Can we make `apt-get install flyway` and `yum install flyway` work? At the moment I'm helping someone with building a Docker container and using one of those two would be a significant improvement ove…
-
I'm trying to use `@Sql` annotation for initializing the db schema like this:
`@Sql(scripts = ["/schema.sql"])`
(the code is in Kotlin here)
But it seems it is only executed after spring context …
-
I use the bootique flyway module to execute database migrations for 4 schemas (and 4 different locations) after each other and I want to minimise the number of scripts.
My idea:
1. Invoke the bo…