mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 00:28:10 -05:00
update values for snap and offset
fix some issues from .NET Core 3.0 upgrade
This commit is contained in:
@ -13,12 +13,12 @@ namespace Stats.Models
|
||||
|
||||
// fix linking from SQLCe
|
||||
builder.Entity<EFHitLocationCount>()
|
||||
.Property(c => c.ClientId)
|
||||
.HasColumnName("EFClientStatistics_ClientId");
|
||||
.Property(c => c.EFClientStatisticsClientId)
|
||||
.HasColumnName("EFClientStatisticsClientId");
|
||||
|
||||
builder.Entity<EFHitLocationCount>()
|
||||
.Property(c => c.ServerId)
|
||||
.HasColumnName("EFClientStatistics_ServerId");
|
||||
.Property(c => c.EFClientStatisticsServerId)
|
||||
.HasColumnName("EFClientStatisticsServerId");
|
||||
|
||||
builder.Entity<EFRating>()
|
||||
.HasIndex(p => new { p.Performance, p.Ranking, p.When });
|
||||
|
Reference in New Issue
Block a user