Upgrade redis and sql packages and add missing settings

This commit is contained in:
2025-06-22 19:26:03 -06:00
parent a1694572da
commit 0670de0abe
7 changed files with 16 additions and 10 deletions

View File

@@ -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)
{