All below commands have to be run in backend
folder.
dotnet ef migrations add <<migrationName>> -s Rewards.Todoist.Api -p Rewards.Todoist.Domain -c DomainContext -o "Storage/Migrations"
dotnet ef database update -s Rewards.Todoist.Api -p Rewards.Todoist.Domain -c DomainContext