heraldofsolace/Database Migration
Migrate a Postgres service spinned up for testing purposes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| database_url | The db_url connection string. Format postgres://[user[:password]@][netloc][:port][/dbname][?param1=value1&...] | yes | postgres://root:password@localhost:5432/test?sslmode=disable |
| migration_files_path | The file path to the migration files | yes | db/migrations |
Outputs
| name | description |
|---|---|
| migration_report | Reports the status of the database migration |