Skip to content
代码片段 群组 项目
未验证 提交 50af1296 编辑于 作者: Tiger Watson's avatar Tiger Watson 提交者: GitLab
浏览文件

Merge branch 'ka/structure-sql/fix-after-158372' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -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)))
);
 
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册