Skip to content

Commit 95b23e6

Browse files
committed
Setup enricher and new database backups
1 parent 99bac6b commit 95b23e6

18 files changed

+1148
-11
lines changed

Backend/FightCore.Data/FrameDataContext.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ public FrameDataContext(DbContextOptions<FrameDataContext> options) : base(optio
4747

4848
public DbSet<VisibilityCommand> VisibilityCommands { get; set; }
4949

50+
public DbSet<Source> Sources { get; set; }
51+
5052
protected override void OnModelCreating(ModelBuilder modelBuilder)
5153
{
5254
base.OnModelCreating(modelBuilder);

0 commit comments

Comments
 (0)