Skip to content

Commit

Permalink
Add default Financial cateogires. bugfix: Add filter before multitenant
Browse files Browse the repository at this point in the history
  • Loading branch information
robsmitha committed Sep 2, 2024
1 parent ccd7c61 commit b48b005
Show file tree
Hide file tree
Showing 3 changed files with 1,012 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infrastructure/Context/ElysianContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)

protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.ApplyConfigurationsFromAssembly(typeof(ElysianContext).Assembly);
modelBuilder.ApplyGlobalIsDeletedFilter();
modelBuilder.ApplyConfigurationsFromAssembly(typeof(ElysianContext).Assembly);

base.OnModelCreating(modelBuilder);
}
Expand Down
Loading

0 comments on commit b48b005

Please sign in to comment.