more multi-tenancy
This commit is contained in:
@@ -0,0 +1 @@
|
||||
ALTER TABLE public.tenants RENAME COLUMN id TO tenant_id;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1 @@
|
||||
ALTER TABLE public.tenants RENAME COLUMN id TO tenant_id;
|
||||