Re-did migration as the old one was wrong

This commit is contained in:
Kwoth
2021-09-21 22:48:18 +02:00
parent c9e89e1911
commit 453ac3efd2
5 changed files with 47 additions and 23 deletions

View File

@@ -2,6 +2,7 @@
{
public class IgnoredLogItem : DbEntity
{
public int LogSettingId { get; set; }
public LogSetting LogSetting { get; set; }
public ulong LogItemId { get; set; }
public IgnoredItemType ItemType { get; set; }