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
Say I have a system that uses a database that the data is separated by schema and the schemas name are discovered at runtime.
Currently what I do is inject a custom service in my migrations that discovers the correct schema (my migrations are applied at runtime for each customer when needed):
Hey,
Say I have a system that uses a database that the data is separated by schema and the schemas name are discovered at runtime.
Currently what I do is inject a custom service in my migrations that discovers the correct schema (my migrations are applied at runtime for each customer when needed):
But this has a problem which is what if my GetSchemaName is async? Like making a call to a external service or getting it from a distributed cache?
Thank you so far.
The text was updated successfully, but these errors were encountered: