reset migrations

This commit is contained in:
Toastie 2025-02-03 15:10:37 +13:00
parent 8a9e117366
commit 964833502c
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7
19 changed files with 81 additions and 159 deletions
src/EllieBot/Db/Models/xp

View file

@ -2,6 +2,7 @@
public class ExcludedItem : DbEntity
{
public int XpSettingsId { get; set; }
public ulong ItemId { get; set; }
public ExcludedItemType ItemType { get; set; }