merged LiebUserId with DiscordId
This commit is contained in:
parent
49374412b3
commit
d54ce50336
19 changed files with 109 additions and 142 deletions
|
@ -31,7 +31,7 @@ namespace Lieb.Models.GuildWars2.Raid
|
|||
|
||||
public bool MoveFlexUsers { get; set; } = true;
|
||||
|
||||
public int RaidOwnerId { get; set; }
|
||||
public ulong RaidOwnerId { get; set; }
|
||||
|
||||
//role name, number of spots
|
||||
public ICollection<RaidRole> Roles { get; set; } = new HashSet<RaidRole>();
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
public int RaidSignUpId { get; set; }
|
||||
|
||||
public int RaidId { get; set; }
|
||||
public int LiebUserId { get; set; }
|
||||
public ulong LiebUserId { get; set; }
|
||||
public int GuildWars2AccountId { get; set; }
|
||||
public int RaidRoleId { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue