Commit 46336bc7 authored by Steve Abrams's avatar Steve Abrams

Merge branch '348269-create-some-namespace-id-lfks' into 'master'

Adding namespaces loose foreign keys from ci_group_variables, ci_minutes_additional_packs

See merge request gitlab-org/gitlab!77322
parents 6e8aa522 2e14540f
......@@ -79,3 +79,11 @@ project_pages_metadata:
- table: ci_job_artifacts
column: artifacts_archive_id
on_delete: async_nullify
ci_group_variables:
- table: namespaces
column: group_id
on_delete: async_delete
ci_minutes_additional_packs:
- table: namespaces
column: namespace_id
on_delete: async_delete
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