From ea81d615bfbeec73cafd8d513b53cff33e015207 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 27 Oct 2017 19:31:26 -0500 Subject: [PATCH] remove unneeded dbset for mapping table --- src/FilterLists.Data/Contexts/FilterListsDbContext.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/FilterLists.Data/Contexts/FilterListsDbContext.cs b/src/FilterLists.Data/Contexts/FilterListsDbContext.cs index 20a03fba8..41dc04c92 100644 --- a/src/FilterLists.Data/Contexts/FilterListsDbContext.cs +++ b/src/FilterLists.Data/Contexts/FilterListsDbContext.cs @@ -11,9 +11,6 @@ public FilterListsDbContext(DbContextOptions options) { } - public DbSet FilterListLanguages { get; set; } - - public DbSet FilterLists { get; set; } public DbSet Maintainers { get; set; } public DbSet Languages { get; set; }