mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove TODOs no longer needed
This commit is contained in:
parent
dfefc67008
commit
b124b667b3
1 changed files with 0 additions and 3 deletions
|
|
@ -10,9 +10,6 @@ public override void Configure(EntityTypeBuilder<Fork> entityTypeBuilder)
|
|||
{
|
||||
entityTypeBuilder.ToTable("forks");
|
||||
entityTypeBuilder.HasKey(x => new {x.ForkFilterListId, x.UpstreamFilterListId});
|
||||
//https://stackoverflow.com/questions/47053627/configure-foreign-keys-to-the-same-entity-in-junction-entity-via-fluent-api-in-i
|
||||
//TODO: Configure foreign key mapping from ForkFilterListId to FilterList.Id
|
||||
//TODO: Configure foreign key mapping from UpstreamFilterListId to FilterList.Id
|
||||
entityTypeBuilder.Ignore(x => x.Id);
|
||||
base.Configure(entityTypeBuilder);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue