Separate auth0 users depending on tenants
This commit is contained in:
@ -0,0 +1 @@
|
||||
alter table "public"."tenants" drop column "auth0_client_id";
|
||||
@ -0,0 +1 @@
|
||||
alter table "public"."tenants" add column "auth0_client_id" text null;
|
||||
@ -0,0 +1 @@
|
||||
alter table "public"."tenants" drop column "domain";
|
||||
@ -0,0 +1,2 @@
|
||||
alter table "public"."tenants" add column "domain" text
|
||||
null default 'pilot.twenty.com';
|
||||
Reference in New Issue
Block a user