Commit 5f8ed6b1 authored by Andreas Brandl's avatar Andreas Brandl

Merge branch '348269-more-namespace-loose-foreign-keys' into 'master'

Add more loose foreign keys for namespaces

See merge request gitlab-org/gitlab!77636
parents bf05ea0d b681b190
......@@ -22,6 +22,18 @@ ci_job_token_project_scope_links:
- table: users
column: added_by_id
on_delete: async_nullify
ci_daily_build_group_report_results:
- table: namespaces
column: group_id
on_delete: async_delete
ci_pending_builds:
- table: namespaces
column: namespace_id
on_delete: async_delete
ci_runner_namespaces:
- table: namespaces
column: namespace_id
on_delete: async_delete
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