Commit eb6b5031 authored by Dylan Griffith's avatar Dylan Griffith

Add loose foreign key for ci_job_token_project_scope_links.add_by_id

parent d96277ca
......@@ -18,6 +18,10 @@ clusters_applications_runners:
- table: ci_runners
column: runner_id
on_delete: async_nullify
ci_job_token_project_scope_links:
- table: users
column: added_by_id
on_delete: async_nullify
ci_namespace_mirrors:
- table: namespaces
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