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?