reset migrations
This commit is contained in:
parent
8a9e117366
commit
964833502c
19 changed files with 81 additions and 159 deletions
src/EllieBot/Db/Models/xp
|
@ -2,6 +2,7 @@
|
|||
|
||||
public class ExcludedItem : DbEntity
|
||||
{
|
||||
public int XpSettingsId { get; set; }
|
||||
public ulong ItemId { get; set; }
|
||||
public ExcludedItemType ItemType { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue