diff --git a/src/ReC.Infrastructure/RecDbContext.cs b/src/ReC.Infrastructure/RecDbContext.cs index 41df179..df02646 100644 --- a/src/ReC.Infrastructure/RecDbContext.cs +++ b/src/ReC.Infrastructure/RecDbContext.cs @@ -34,6 +34,7 @@ public class RecDbContext(DbContextOptions options) : DbContext(op public DbSet RecResults { get; set; } + // TODO: Update to configure via appsettings.json protected override void OnModelCreating(ModelBuilder modelBuilder) { base.OnModelCreating(modelBuilder);