Revert "changes LiebContext, renamed User to LiebUser"
This reverts commit 7b44e41eb2
.
This commit is contained in:
parent
31a0e20f1d
commit
e0fd579c00
12 changed files with 20 additions and 31 deletions
|
@ -1,14 +0,0 @@
|
|||
using Microsoft.AspNetCore.Identity;
|
||||
|
||||
namespace Lieb.Models
|
||||
{
|
||||
public class LiebUser : IdentityUser
|
||||
{
|
||||
public int LiebUserId { get; set; }
|
||||
public ulong DiscordUserId { get; set; }
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string Pronouns { get; set; } = string.Empty;
|
||||
public DateTime? Birthday { get; set; }
|
||||
public ICollection<GuildWars2Account> GuildWars2Accounts { get; set; } = new List<GuildWars2Account>();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue