mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2026-02-04 19:04:12 +02:00
hotfix
This commit is contained in:
@@ -20,7 +20,7 @@ namespace yaflay.ru.Models.Tables
|
|||||||
{
|
{
|
||||||
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||||
public int Id { get; set; }
|
public int Id { get; set; }
|
||||||
public int discordId { get; set; }
|
public ulong discordId { get; set; }
|
||||||
public string discordNickName { get; set; }
|
public string discordNickName { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user