Add ability to favourite users

This commit is contained in:
jvyden 2021-10-25 21:42:51 -04:00
parent 4248d79d99
commit db0a57b44c
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
7 changed files with 669 additions and 78 deletions

View file

@ -15,6 +15,7 @@ namespace LBPUnion.ProjectLighthouse {
public DbSet<Slot> Slots { get; set; }
public DbSet<QueuedLevel> QueuedLevels { get; set; }
public DbSet<HeartedLevel> HeartedLevels { get; set; }
public DbSet<HeartedProfile> HeartedProfiles { get; set; }
public DbSet<Comment> Comments { get; set; }
public DbSet<Token> Tokens { get; set; }