Skip to content

Commit

Permalink
VM-1483: ci trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-buravlev committed Oct 23, 2024
1 parent c3c69fc commit a20d02d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VirtoCommerce.CommunicationModule.Web/Module.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public void PostInitialize(IApplicationBuilder appBuilder)
using var serviceScope = serviceProvider.CreateScope();
using var dbContext = serviceScope.ServiceProvider.GetRequiredService<CommunicationDbContext>();
dbContext.Database.Migrate();

}

public void Uninstall()
Expand Down

0 comments on commit a20d02d

Please sign in to comment.