SRoddis/Mongo.Migration

Could I use Migrator for 2 different databases?

oleksandr-petrenko opened this issue · 0 comments

Hello.
I am using two different databases. I try to run migrations for first database in one project and after that for second database in other project, but migrator always found migrations for two databases and try to run all migrations.
I tried to override base class or interface for migrations item and override IDatabaseMigrationRunner, but all of those are "internal".
Could I use Migrator for 2 different databases and save version of migration in 2 databases?