FluentMigrator: How to support fluent migrator for multiple database with same schema

Viewed 11

We have a multi-tenant architecture design with multiple databases with the same schema and We are using .net core 3.1 for the migration project.

I'd like to run fluent migration on all the databases. what is the right way to set up the migration runner to run the migration on multiple databases with different connection strings in dot net core?

0 Answers
Related