mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 08:28:39 +00:00
Add support for visiting a level, to track unique plays
This commit is contained in:
parent
b854dc8954
commit
d8a52d4b42
5 changed files with 709 additions and 0 deletions
|
@ -26,6 +26,7 @@ namespace LBPUnion.ProjectLighthouse
|
|||
public DbSet<PhotoSubject> PhotoSubjects { get; set; }
|
||||
public DbSet<Photo> Photos { get; set; }
|
||||
public DbSet<LastMatch> LastMatches { get; set; }
|
||||
public DbSet<VisitedLevel> VisitedLevels { get; set; }
|
||||
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder options)
|
||||
=> options.UseMySql(ServerSettings.DbConnectionString, MySqlServerVersion.LatestSupportedServerVersion);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue