Respect custom tenantIds in run migrations endpoint

This commit is contained in:
Rory Powell 2022-02-21 15:27:51 +00:00
parent 8977e8a027
commit d673d27563
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,8 @@ exports.runMigrations = async (CouchDB, migrations, options = {}) => {
if (!options.tenantIds || !options.tenantIds.length) {
// run for all tenants
tenantIds = await getTenantIds()
} else {
tenantIds = options.tenantIds
}
} else {
// single tenancy