-
The current flyway migration params are hard-coded to establish a new install of WebAPI. Add options to allow for existing installs.
https://github.com/OHDSI/Broadsea/blob/main/ohdsi-webapi.yml#L33…
-
**Is your feature request related to a problem? Please describe.**
The current database install scripts are:
- linux only
- a little confusing on what features are supported when
- difficult to ap…
-
as-is
- 자바 코드의 경우 git을 사용한 코드 버전 관리가 가능하다. 프로젝트에서 db를 사용하며 몇 가지 문제가 있었고 편리함을 위해 방법을 찾아봄.
1. 프로젝트를 진행하며 스키마 변경이 있었을 때 entity는 수정했지만 db에서 수정을 하지 않아 SQLSyntaxErrorException: Unknown column 에러를 자주 접했음.
2…
-
###### Which version and edition of Flyway are you using?
All versions. Using flyway 9.5.1
Is there plans to provide support for Drivers that do not follow the JDBC specification? I understand …
-
### Issue Type
Feature
### Have you searched for existing issues?
Yes
### Link to Relevant Documentation
https://www.secretflow.org.cn/zh-CN/docs/secretpad/v0.8.1b0/development/SUPPORT_MYSQL
###…
-
**Describe the bug**
This bug has several aspects:
1. When running the postgres v13 flyway upgrade we have found some workflows without update_time in the json_data column, which causes update_tim…
-
Using current master branch (2020-07-07 08:30 CEST) to migrate or validate the database I got the following error:
```
[ERROR] Failed to execute goal org.flywaydb:flyway-maven-plugin:5.1.4:validat…
-
### Description
Per the documentation of init tasks https://quarkus.io/guides/init-tasks#controlling-the-generated-job:
> The image, image pull policy, service account, volumes, mounts and additio…
-
Currently, the initialization of flyway with testcontainers in the test context is extremely hacky and cannot be configured via the application.yml values. This is considered tech dept, and warrants a…
-
imagine: each new user results in a copy of the schema being installed in a new database with a unique password tied to the user's identity. they get their own databases and tables. and those tables i…