Commit 9a3357d0 authored by Almouhannad's avatar Almouhannad

Add (Add_Entities) migration

parent 8791ccbe
......@@ -12,6 +12,6 @@ public partial class ClinicsDbContext : DbContext
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
//modelBuilder.ApplyConfigurationsFromAssembly(typeof(ClinicsDbContext).Assembly);
modelBuilder.ApplyConfigurationsFromAssembly(typeof(ClinicsDbContext).Assembly);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment