Fix bug with bad intending
This commit is contained in:
parent
7e15254cc1
commit
d59c20bd0b
@ -20,7 +20,6 @@ namespace SessionCompanion.Database
|
||||
public virtual DbSet<User> Users { get; set; }
|
||||
|
||||
public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options) : base(options) { }
|
||||
}
|
||||
|
||||
protected override void OnModelCreating(ModelBuilder builder)
|
||||
{
|
||||
@ -47,3 +46,4 @@ namespace SessionCompanion.Database
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user