-
Hi,
i am currently migrating my ninja-project to run with:
- `Ubuntu Server 20.04 LTS`
- `Postgres (PostgreSQL) 12.2 (Ubuntu 12.2-4)`
- `ninja framework 6.6.1`
but I am getting an error, …
-
### Discussion or Question
## Background
Chado has changed it's model of managing updates to the schema. It now uses an open-source database migration system called [Flyway](https://flywaydb.org/)…
-
###### Which version and edition of Flyway are you using?
flyway:9.16.1
###### If this is not the latest version, can you reproduce the issue with the latest one as well? (Many bugs are fixed in n…
-
If you use the GitHub template repo, and import into ADO. Pushing from Flyway Desktop does not push to ADO
-
# Issue
The flyway migration scripts hard code the public schema for every table. This makes it impossible to use a different schema without modifying the migration scripts.
# Suggested Solution…
-
Unfortunately due to issues with deploying to maven central. The OSS artifacts for Flyway 10.15.1 are currently not available on Maven Central. We are currently looking at this issue but it is possibl…
-
Hi, it would be great if the versions of the flyway and jooq plugins could be taken from either:
- Configuration properties in the gradle.properties file.
- From the declared plugins in the plugin…
-
### Description
Today, there is no real way to generate db migrations.
Current Process: When creating a database migration, the workflow is quite cumbersome:
- Modify the entity.
- Check the update…
-
PostgreSQL is widely used, but Trino only has MySQL and HTTP event listener plugins. It is essential to add support for PostgreSQL.
-
On the spring boot startup I get the following error
Parameter 0 of constructor in com.aaa.SpringBootApp$FlywayCommand$MigrateCommand required a bean of type 'org.flywaydb.core.Flyway' that could …