dotnet tool restore
migration="Init"
cd src
dotnet ef migrations add $migration -s SpinRallyBot -p SpinRallyBot.Database.Sqlite -- --provider Sqlite
dotnet ef migrations add $migration -s SpinRallyBot -p SpinRallyBot.Database.Postgres -- --provider Postgres
cd src
dotnet ef migrations remove -s SpinRallyBot -p SpinRallyBot.Database.Sqlite -- --provider Sqlite
dotnet ef migrations remove -s SpinRallyBot -p SpinRallyBot.Database.Postgres -- --provider Postgres