summaryrefslogtreecommitdiff
path: root/lib/gitlab/database
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-27 18:14:37 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-27 18:14:37 +0000
commit956c34e4688544cba1ceee3205242df3b3a9fe30 (patch)
treebe677c3ef09d2b2348c4ef6adcfb79092ad37b5e /lib/gitlab/database
parent48f93eadd0c117a41b4e29e3d335f451a5e6e52f (diff)
downloadgitlab-ce-956c34e4688544cba1ceee3205242df3b3a9fe30.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/database')
-rw-r--r--lib/gitlab/database/gitlab_loose_foreign_keys.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gitlab/database/gitlab_loose_foreign_keys.yml b/lib/gitlab/database/gitlab_loose_foreign_keys.yml
index 531b9f58a48..4a796b6c265 100644
--- a/lib/gitlab/database/gitlab_loose_foreign_keys.yml
+++ b/lib/gitlab/database/gitlab_loose_foreign_keys.yml
@@ -87,6 +87,10 @@ ci_build_report_results:
- table: projects
column: project_id
on_delete: async_delete
+ci_job_artifacts:
+ - table: projects
+ column: project_id
+ on_delete: async_delete
ci_builds:
- table: users
column: user_id