mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-19 16:02:26 +00:00
Allow score submission
This commit is contained in:
parent
cd855ba7db
commit
6c65f51272
9 changed files with 632 additions and 8 deletions
|
@ -20,6 +20,7 @@ namespace LBPUnion.ProjectLighthouse
|
|||
public DbSet<HeartedProfile> HeartedProfiles { get; set; }
|
||||
public DbSet<Comment> Comments { get; set; }
|
||||
public DbSet<Token> Tokens { get; set; }
|
||||
public DbSet<Score> Scores { get; set; }
|
||||
|
||||
public DbSet<LastMatch> LastMatches { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue