growingdata/DbChange Action
Run DbUp and re-generate database schema scripts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| db-connection | The ADO.Net connection string to connect to your database | yes | "" |
| db-environment | The name of the environment (dev/stage/prod) we are operating in | yes | dev |
| path-dbup-scripts | The path to the scripts used to upgrade the database | yes | "" |
| path-schema-scripts | The path to write the current schema to | yes | "" |
| git-schema-branch | The branch use when commiting schema changes | no | master |
| git-email | The email of the identity to use when commiting schema changes | no | dbchange@datasubstrate.com |
| git-name | The name of the identity to use when commiting schema changes | no | DbChange Robot |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |