diff --git a/src/Nocr.TextMatcher.Persistence/TextMatcherContext.cs b/src/Nocr.TextMatcher.Persistence/TextMatcherContext.cs index 3640cb1..8cddaf6 100644 --- a/src/Nocr.TextMatcher.Persistence/TextMatcherContext.cs +++ b/src/Nocr.TextMatcher.Persistence/TextMatcherContext.cs @@ -13,10 +13,6 @@ public class TextMatcherContext : DbContext { } - protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) - { - } - protected override void OnModelCreating(ModelBuilder modelBuilder) { modelBuilder.ApplyConfiguration(new TextSubscriptionConfiguration());