Allow score submission

This commit is contained in:
jvyden 2021-10-31 23:51:39 -04:00
parent cd855ba7db
commit 6c65f51272
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
9 changed files with 632 additions and 8 deletions

View file

@ -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; }