C#C
C#4y ago
Vinicius

Entity Framework - Migrations Production (Postgres)

I'm using this approach: Create database model -> Create OnModelCreating -> dotnet ef migrations add AND dotnet ef database update
But it aint suitable for production. I need to do something on startup.
unknown.png
unknown.png
Was this page helpful?