diff --git a/src/NadekoBot/Db/Models/support/PatronQuota.cs b/src/NadekoBot/Db/Models/support/PatronQuota.cs index f6c218d5c..ee4d196b6 100644 --- a/src/NadekoBot/Db/Models/support/PatronQuota.cs +++ b/src/NadekoBot/Db/Models/support/PatronQuota.cs @@ -5,8 +5,8 @@ namespace NadekoBot.Db.Models; public class PatronUser { - [Key] - public int Id { get; set; } + // [Key] + // public int Id { get; set; } public string UniquePlatformUserId { get; set; } public ulong UserId { get; set; } public int AmountCents { get; set; }