fix timely

This commit is contained in:
Toastie (DCS Team) 2024-11-04 19:23:03 +13:00
parent ed14c8ce7e
commit dee2b04dbb
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -5,8 +5,8 @@ namespace EllieBot.Db.Models;
public class PatronUser public class PatronUser
{ {
[Key] // [Key]
public int Id { get; set; } // public int Id { get; set; }
public string UniquePlatformUserId { get; set; } public string UniquePlatformUserId { get; set; }
public ulong UserId { get; set; } public ulong UserId { get; set; }
public int AmountCents { get; set; } public int AmountCents { get; set; }