diff --git a/db/structure.sql b/db/structure.sql index 5e26f4c12968556533fce30e2b4253f603e267fe..8ac45e96e466956c1a74b6937822247f240b26d7 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -17213,7 +17213,7 @@ CREATE TABLE scan_result_policy_violations ( updated_at timestamp with time zone NOT NULL, violation_data jsonb, approval_policy_rule_id bigint, - status smallint DEFAULT 1 NOT NULL + status smallint DEFAULT 1 NOT NULL, CONSTRAINT chk_policy_violations_rule_id_or_policy_id_not_null CHECK (((approval_policy_rule_id IS NOT NULL) OR (scan_result_policy_id IS NOT NULL))) );