Skip to content

Commit 7c8bda2

Browse files
committed
Update CheckDriveDbContext.cs
1 parent f8f2d1a commit 7c8bda2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CheckDrive.Api/CheckDrive.Infrastructure/Persistence/CheckDriveDbContext.cs

-4
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ public class CheckDriveDbContext : IdentityDbContext, ICheckDriveDbContext
2828
public CheckDriveDbContext(DbContextOptions<CheckDriveDbContext> options)
2929
: base(options)
3030
{
31-
Database.EnsureCreated();
32-
// Database.Migrate();
33-
34-
SaveChangesAsync();
3531
}
3632

3733
protected override void OnModelCreating(ModelBuilder builder)

0 commit comments

Comments
 (0)