Skip to content

Commit

Permalink
Fix DbMigratorHostedService
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Dec 27, 2023
1 parent c5d6bf6 commit 89f19f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using DynamicQuerySample.Data;
using Serilog;
using Volo.Abp;
using Volo.Abp.Data;

namespace DynamicQuerySample.DbMigrator
{
Expand All @@ -27,6 +28,7 @@ public async Task StartAsync(CancellationToken cancellationToken)
options.Services.ReplaceConfiguration(_configuration);
options.UseAutofac();
options.Services.AddLogging(c => c.AddSerilog());
options.AddDataMigrationEnvironment();
}))
{
await application.InitializeAsync();
Expand Down

0 comments on commit 89f19f9

Please sign in to comment.