add definition to Usage Limit sql script
This commit is contained in:
parent
4862a79c0f
commit
25c3ae2c11
|
@ -14,7 +14,8 @@ BEGIN
|
|||
updated_at timestamp without time zone NOT NULL,
|
||||
is_active smallint NOT NULL,
|
||||
tenant uuid,
|
||||
PRIMARY KEY (id),
|
||||
definition xml NOT NULL,
|
||||
CONSTRAINT "UsageLimit_pkey" PRIMARY KEY (id),
|
||||
CONSTRAINT "UsageLimit_tenant_fkey" FOREIGN KEY (tenant)
|
||||
REFERENCES public."Tenant" (id) MATCH SIMPLE
|
||||
ON UPDATE NO ACTION
|
||||
|
|
Loading…
Reference in New Issue