actions-marketplace-validations/Flyway Migration
Migrate database in Github Action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | The jdbc url to use to connect to the database | yes | — |
| user | The user to use to connect to the database | no | — |
| password | The password to use to connect to the database | no | — |
| locations | Comma-separated list of locations to scan recursively for migrations | yes | filesystem:./sql |
| initSql | The SQL statements to run to initialize a new database connection immediately after opening it | no | — |
Outputs
no outputs