fix: fix timely

This commit is contained in:
Kwoth
2024-11-03 09:32:43 +00:00
parent ee0a28afab
commit a1632722bc

View File

@@ -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; }