Skip to content

Commit

Permalink
Merge branch 'main' into update-github-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov authored Aug 9, 2024
2 parents de9e20a + b00063e commit 707c710
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
using (var scope = app.Services.CreateScope())
{
var context = scope.ServiceProvider.GetRequiredService<RepoBrowserContext>();
context.Database.EnsureDeleted();
context.Database.EnsureCreated();
}

Expand Down

0 comments on commit 707c710

Please sign in to comment.