Skip to content

Commit 600b868

Browse files
Migrator.MultiTenantMigrateExecuter is waiting for the following dependencies #98
1 parent 6893eb6 commit 600b868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Migrator/MultiTenantMigrateExecuter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ public class MultiTenantMigrateExecuter : ITransientDependency
1919
{
2020
public Log Log { get; private set; }
2121

22-
private readonly AbpZeroDbMigrator<AbpProjectNameDbContext> _migrator;
22+
private readonly AbpZeroDbMigrator _migrator;
2323
private readonly IRepository<Tenant> _tenantRepository;
2424
private readonly IDbPerTenantConnectionStringResolver _connectionStringResolver;
2525

2626
public MultiTenantMigrateExecuter(
27-
AbpZeroDbMigrator<AbpProjectNameDbContext> migrator,
27+
AbpZeroDbMigrator migrator,
2828
IRepository<Tenant> tenantRepository,
2929
Log log,
3030
IDbPerTenantConnectionStringResolver connectionStringResolver)

0 commit comments

Comments
 (0)