warrenbrasil/Warren - .NET Migrations
Installs the dotnet ef global tool and applies migrations to the database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project-path | The path for the project that holds the migrations folder | yes | — |
| startup-project-path | The startup project of the application | yes | — |
| dotnet-ef-version | The version of dotnet-ef tool | no | "" |
| context | The DbContext class name | yes | — |
| connection | The connection string for the database to apply migrations | yes | — |
Outputs
no outputs