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
I am trying to build a multi tenant application by using shared database with isolated schema. I have seen on you read-doc that you have used a function get_tenants_map to keep track of your schema. I would like to know if you have a dynamic solution. Like how should I proceed if I would the user to be able to create his own tenant. What things have to change ?