mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-06-02 06:02:28 +00:00
Add LastMatches table
This commit is contained in:
parent
a41f4516cb
commit
20e6cdb3cd
5 changed files with 433 additions and 0 deletions
|
@ -14,6 +14,8 @@ namespace ProjectLighthouse {
|
|||
public DbSet<Comment> Comments { get; set; }
|
||||
public DbSet<Token> Tokens { get; set; }
|
||||
|
||||
public DbSet<LastMatch> LastMatches { 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