You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT JSON_UNQUOTE(ett.lms_configs->"$.LMS_BASE")
fromedxapp.eox_tenant_tenantconfig ett inner joinedxapp.eox_tenant_route etr on
JSON_UNQUOTE(ett.lms_configs->"$.LMS_BASE") = etr.`domain`group by JSON_UNQUOTE(ett.lms_configs->"$.LMS_BASE")
havingcount(JSON_UNQUOTE(ett.lms_configs->"$.LMS_BASE")) >1
after this is fixed, we can fix the logic inside get_all_tenants_info and the get_fx_dashboard_url
after this is fixed, we can fix the logic inside
get_all_tenants_info
and theget_fx_dashboard_url
related to Omar's comments on #102
The text was updated successfully, but these errors were encountered: