We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f058cfd commit 2111d56Copy full SHA for 2111d56
1 file changed
src/Services/Marketing/Marketing.API/Infrastructure/MarketingContext.cs
@@ -13,9 +13,6 @@ public MarketingContext(DbContextOptions<MarketingContext> options) : base(optio
13
public DbSet<Campaign> Campaigns { get; set; }
14
15
public DbSet<Rule> Rules { get; set; }
16
- public DbSet<UserProfileRule> UserProfileRules { get; set; }
17
- public DbSet<PurchaseHistoryRule> PurchaseHistoryRules { get; set; }
18
- public DbSet<UserLocationRule> UserLocationRules { get; set; }
19
20
protected override void OnModelCreating(ModelBuilder builder)
21
{
0 commit comments