no message
This commit is contained in:
parent
f8c780970f
commit
9679bae985
|
@ -14,6 +14,7 @@ BEGIN
|
|||
is_active smallint NOT NULL,
|
||||
internal_status smallint NOT NULL,
|
||||
tenant uuid,
|
||||
definition xml,
|
||||
CONSTRAINT "PlanStatus_pkey" PRIMARY KEY (id),
|
||||
CONSTRAINT "PlanStatus_tenant_fkey" FOREIGN KEY (tenant)
|
||||
REFERENCES public."Tenant" (id) MATCH SIMPLE
|
||||
|
|
Loading…
Reference in New Issue