Fix TextMatcherContext.cs
This commit is contained in:
parent
9eacdd90d1
commit
3c0f6010c5
@ -13,10 +13,6 @@ public class TextMatcherContext : DbContext
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
protected override void OnModelCreating(ModelBuilder modelBuilder)
|
||||||
{
|
{
|
||||||
modelBuilder.ApplyConfiguration(new TextSubscriptionConfiguration());
|
modelBuilder.ApplyConfiguration(new TextSubscriptionConfiguration());
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user