Skip to content

Commit

Permalink
Update DbExtensions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
idormenco committed Aug 19, 2021
1 parent a8ff5e1 commit 316a042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Src/DeUrgenta.Infra/Extensions/DbExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public static class DbExtensions

using var scope = services.BuildServiceProvider().CreateScope();
var dbContext = scope.ServiceProvider.GetRequiredService<T>();
dbContext.Database.Migrate();

return services;
}
Expand Down

0 comments on commit 316a042

Please sign in to comment.