-
###### Which version and edition of Flyway are you using?
10.10.0 Open Source
###### If this is not the latest version, can you reproduce the issue with the latest one as well? (Many bugs are fi…
-
For now, this is just about interacting with postgres to store the objects generated in the data donation process, the actual processing of the chat data doesn't need to be implemented correctly.
T…
-
I have Spring boot app v.3.2.1 and GRPC server and client in one app.
Initially, when I wrote the service, I only had a GRPC client. Everything worked well until the moment when I added a GRPC serv…
-
### Context
* As we inch closer to the rollout of v2, it behooves us to start thinking about how the migration from the v1 to v2 database will look.
* heavily related to #32
* part of #248
…
-
When properties imageName and installerName has different values, task jpackage fails to build exe installer with WiX:
```
jlink {
...
jpackage {
...
imageName = 'test imageName'
…
-
## 목적
> DDL 관리를 위해 flyway를 적용합니다.
## 작업 세부사항
- [ ] flyway 적용
> 아래의 별표줄 밑에 **요구사항 ID**만 작성해주세요. Prefix 금지!
********************
DB_FLYWAY_01
-
**Issue type:**
[x] question
[ ] bug report
[x] feature request
[ ] documentation issue
**Database system/driver:** any
**TypeORM version:**
[x] `latest`
[ ] `@next`
[ ] `0.x.x` (or p…
-
To create or update roles the passwords needs to be passed as a parameter for security reasons .
Example
`CREATE ROLE read_only WITH LOGIN PASSWORD '${password}' VALID UNTIL '${validUntil}';`
-
This seems to be in version 1.9.2.
The task snippet:
doFirst {
jettyEclipseRun.httpPort = 8080
jettyEclipseRun.daemon = true
jettyEclipseRun.execute()
}
Will say:
> …
-
### Shadow Version:
5.1.0
### Gradle Version:
5.3.1
### Expected Behavior:
Files should not be included in the shadow jar
### Actual Behavior:
Files are included in the shadow jar
### …