mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added Twitch view count logging
This commit is contained in:
@@ -15,4 +15,5 @@ public class ApplicationDbContext : DbContext
|
||||
public DbSet<SettingDbModel> Settings { get; set; }
|
||||
public DbSet<HowlggBetsDbModel> HowlggBets { get; set; }
|
||||
public DbSet<RainbetBetsDbModel> RainbetBets { get; set; }
|
||||
public DbSet<TwitchViewCountDbModel> TwitchViewCounts { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user