Commit 8b434ac8 authored by Fabio Pitino's avatar Fabio Pitino

Merge branch '348268-add-lfk-ci_job_token_project_scope_links-added_by_id' into 'master'

Add loose foreign key for ci_job_token_project_scope_links.add_by_id

See merge request gitlab-org/gitlab!77493
parents e1d7c0b8 eb6b5031
...@@ -18,6 +18,10 @@ clusters_applications_runners: ...@@ -18,6 +18,10 @@ clusters_applications_runners:
- table: ci_runners - table: ci_runners
column: runner_id column: runner_id
on_delete: async_nullify on_delete: async_nullify
ci_job_token_project_scope_links:
- table: users
column: added_by_id
on_delete: async_nullify
ci_namespace_mirrors: ci_namespace_mirrors:
- table: namespaces - table: namespaces
column: namespace_id column: namespace_id
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment