no message

This commit is contained in:
Efstratios Giannopoulos 2024-08-22 10:09:54 +03:00
parent f8c780970f
commit 9679bae985
1 changed files with 1 additions and 0 deletions

View File

@ -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