Skip to content

Commit c3b0af2

Browse files
feat: snapshot tests
1 parent 29be816 commit c3b0af2

23 files changed

+53216
-2123
lines changed

application/CohortManager/src/Functions/Shared/DataServices.Database/DataServicesContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class DataServicesContext : DbContext
1515
DbSet<BsSelectRequestAudit> bsSelectRequestAudits {get;set;}
1616
public DbSet<ParticipantManagement> ParticipantManagements {get;set;}
1717
public DbSet<CohortDistribution> CohortDistributions {get;set;}
18+
public DbSet<ParticipantDemographic> ParticipantDemographics {get; set;}
1819
public DataServicesContext(DbContextOptions<DataServicesContext> options) : base(options)
1920
{ }
2021

0 commit comments

Comments
 (0)