1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

misc performance graph display tweaks

This commit is contained in:
RaidMax
2022-07-16 09:56:41 -05:00
parent b2d4e596e1
commit 9535815cea
8 changed files with 59 additions and 50 deletions

View File

@ -7,8 +7,6 @@ namespace Data.Models.Client.Stats
{
public class EFClientRankingHistory: AuditFields
{
public const int MaxRankingCount = 1728;
[Key]
public long ClientRankingHistoryId { get; set; }