fix timely
This commit is contained in:
parent
ed14c8ce7e
commit
dee2b04dbb
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ namespace EllieBot.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; }
|
||||
|
|
Loading…
Reference in a new issue