From 3c0f6010c58944120f845797b27e45849ae2103e Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Sat, 30 Mar 2024 09:43:43 +0300 Subject: [PATCH] Fix TextMatcherContext.cs --- src/Nocr.TextMatcher.Persistence/TextMatcherContext.cs | 4 ---- 1 file changed, 4 deletions(-) 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());