Upgrade redis and sql packages and add missing settings
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Core.Blueprint.DAL.SQLServer.Context
|
||||
public sealed class SqlServerContext : DbContext
|
||||
{
|
||||
public SqlServerContext(DbContextOptions<SqlServerContext> options) : base(options) { }
|
||||
public DbSet<Sample> UserProjects { get; set; }
|
||||
public DbSet<Sample> Samples { get; set; }
|
||||
|
||||
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user