dohyungp/Flyway Action
CI/CD Database Schema Management With Flyway CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | flyway version | no | 10.14.0 |
| locations | migration script location(e.g ./migrations) | yes | ./sql |
| db-type | database type(e.g postgresql, mysql) | yes | postgresql |
| port | — | no | 5432 |
| user | db username | — | — |
| password | db password | — | — |
| schemas | comma seperated db schema(e.g flyway,public) | no | — |
| jdbc-url | jdbc url(e.g jdbc:postgresql://dbhost.com:dbport/dbname) | yes | — |
| init-sql | jdbc init sql | no | — |
Outputs
no outputs