chore(migrations): rename saml_auth_providers_role_mappings table as role_mappings

This commit is contained in:
Ali BARIN
2024-11-25 14:40:26 +00:00
parent 2361cb521e
commit ba82d986c1
5 changed files with 58 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ describe('SamlAuthProvider model', () => {
modelClass: SamlAuthProvidersRoleMapping,
join: {
from: 'saml_auth_providers.id',
to: 'saml_auth_providers_role_mappings.saml_auth_provider_id',
to: 'role_mappings.saml_auth_provider_id',
},
},
};