Currently only migrations on one connection string can be done, which means we are limited to one schema, user, etc.
Let's add support for migrations on multiple tenants.
This can easily be done if tenants are on multiple schemas, maybe multiple databases.
Currently only migrations on one connection string can be done, which means we are limited to one schema, user, etc.
Let's add support for migrations on multiple tenants.
This can easily be done if tenants are on multiple schemas, maybe multiple databases.