mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added functionality to the database for a WhoWas feature that can say when a user was last in chat
This commit is contained in:
@@ -18,4 +18,5 @@ public class ApplicationDbContext : DbContext
|
||||
public DbSet<TwitchViewCountDbModel> TwitchViewCounts { get; set; }
|
||||
public DbSet<ChipsggBetDbModel> ChipsggBets { get; set; }
|
||||
public DbSet<ImageDbModel> Images { get; set; }
|
||||
public DbSet<UserWhoWasDbModel> UsersWhoWere { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user