mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-19 16:02:26 +00:00
Add ability to favourite users
This commit is contained in:
parent
4248d79d99
commit
db0a57b44c
7 changed files with 669 additions and 78 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue