dotnet ef commands
dotnet ef migrations add StaticContentId --project DAL --startup-project barnasnorge
dotnet ef database update --project DAL --startup-project barnasnorge
dotnet ef migrations remove --project DAL --startup-project barnasnorge
// remove if has already been applied to the database.
dotnet ef migrations remove --force -p Jira.Api.Core -s Jira.Api -c DataContext