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
As described in inaka/sumo_db_mysql#6, schema names are by design equal to module names for the modules that implement sumo_doc behaviour.
That's an undesired limitation that we should avoid by adding an optional extra parameter to each docs configuration where these kinds of things and others can be specified.
That way, in situations like the one @jordan0day describes, instead of…
As described in inaka/sumo_db_mysql#6, schema names are by design equal to module names for the modules that implement sumo_doc behaviour.
That's an undesired limitation that we should avoid by adding an optional extra parameter to each docs configuration where these kinds of things and others can be specified.
That way, in situations like the one @jordan0day describes, instead of…
…we would have…
…or…
The text was updated successfully, but these errors were encountered: