mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix(dir): 🚑🐛 missed file from last commit
This commit is contained in:
parent
f633a4a6d0
commit
da1e4bfa88
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ public override void Configure(EntityTypeBuilder<FilterList> builder)
|
|||
builder.HasOne(f => f.License)
|
||||
.WithMany(l => l.FilterLists)
|
||||
.OnDelete(DeleteBehavior.Restrict);
|
||||
builder.HasDataJsonFileAggregate<FilterList>();
|
||||
builder.HasDataJsonFileEntityRequiringApproval<FilterList>();
|
||||
base.Configure(builder);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue