Skip to content
代码片段 群组 项目
提交 8bb0cff3 编辑于 作者: Alper Akgun's avatar Alper Akgun
浏览文件

Merge branch '348272-add-some-ci-pipelines-loose-foreign-keys' into 'master'

Adding more loose foreign keys for ci_pipelines from merge_requests, vulnerability_statistics, vulnerability_occurrence_pipelines

See merge request gitlab-org/gitlab!77323
No related branches found
No related tags found
无相关合并请求
......@@ -43,6 +43,18 @@ ci_project_mirrors:
- table: namespaces
column: namespace_id
on_delete: async_delete
merge_requests:
- table: ci_pipelines
column: head_pipeline_id
on_delete: async_nullify
vulnerability_statistics:
- table: ci_pipelines
column: latest_pipeline_id
on_delete: async_nullify
vulnerability_occurrence_pipelines:
- table: ci_pipelines
column: pipeline_id
on_delete: async_delete
packages_build_infos:
- table: ci_pipelines
column: pipeline_id
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册