python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Flyway clean removes public/routines and can't migrate afterwards
When I perform flyway clean, it removes everything from my public database including all tables, but also all routines.
The problem is that when I perform my first migration, i'm using Postgres's rout...

Radioreve
Votes: 0
Answers: 1
Flyway Java Migrations: insert BLOB into Postgresql
I am using Flyway for all database migrations. It is time to handle binary data (images) when migrating. I am using Postgresql and Spring Data JPA.
First I had this field resulting in db column photo ...

Avec
Votes: 0
Answers: 1
How to set up flyway default schema in Quarkus
I am checking the Quarkus guide for the flyway extension.
The default schema configuration is not listed and is not supported. I added in my application.properties
quarkus.flyway.default-schema=some_s...
AmsterdamLuis
Votes: 0
Answers: 2
How is it possible to delete Flyway migrations
Colleagues! I have flyway files which have been already used in my project and I need to delete several of these files. Ex: I have files with versions V1.0.0.1,V1.0.0.2,V1.0.0.3,V1.0.0.4 and I need to...
Disteonne
Votes: 0
Answers: 3