You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: