Skip to content

Commit

Permalink
Merge pull request #11 from code4romania/feature/add-integration-tests
Browse files Browse the repository at this point in the history
Update DbExtensions.cs
  • Loading branch information
idormenco committed Aug 19, 2021
2 parents 4dc16e8 + 316a042 commit 92874ba
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 92874ba

Please sign in to comment.