-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Multi-Tenant] backend
tenants table
#3103
Comments
This comment was marked as outdated.
This comment was marked as outdated.
backend
Tenants Table
backend
Tenants Tablebackend
tenants table
Just to keep the conversation up to date, this comment reflects a design that is no longer in scope for this issue. There are no longer separate schemas in scope for this issue. |
Multi-Tenancy is based on a mapping of tenant ids to api secrets and endpoints. It should also maintain rows for some basic out-of-band identifying information.
The schema for the tenants table is as follows:
backend
tenant tablemodel.ts
file for tenant tableThe text was updated successfully, but these errors were encountered: