Oct 19, 2020
Hi Martin,
If I find out myself, I'll think of you first!
Mostly, we try not to deal with EF Code-First migrations in a multi-tenant scenario. If we do, we typically opt for something like DbUp or Flyway, where we can execute specific migration scripts for a certain tenant.
Does that seem like a possible solution?