Added some missing tables to the context, no functional change

This commit is contained in:
Kwoth
2022-03-20 01:09:22 +01:00
parent e09435da37
commit a016b3546f
2 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ namespace NadekoBot.Services.Database.Models;
public class WaifuItem : DbEntity
{
public WaifuInfo WaifuInfo { get; set; }
public int? WaifuInfoId { get; set; }
public string ItemEmoji { get; set; }
public string Name { get; set; }