reddog-code/RedDog.Bootstrapper
Lynn Orrell c6388ea31a
Updated dockerfiles to .NET 6 (#55)
2022-05-10 12:14:52 -05:00
..
Migrations Updated migrations. (#24) 2021-11-12 03:50:49 -06:00
Dockerfile Updated dockerfiles to .NET 6 (#55) 2022-05-10 12:14:52 -05:00
Program.cs Updated migrations. (#24) 2021-11-12 03:50:49 -06:00
README.md the human torch was denied a bank loan 2021-05-11 16:40:53 -05:00
RedDog.Bootstrapper.csproj Various concurrency / perf updates and general cleanup (#53) 2022-05-10 11:55:56 -05:00

README.md

create user reddog with password = [PASSWORD]; go

grant create table to reddog; go

grant control on schema::dbo to reddog; go

Running migrations DAPR_GRPC_PORT=5801 dotnet ef migrations add InitialCreate