Commit fc6f07cd authored by Tetiana Chupryna's avatar Tetiana Chupryna

Merge branch '348274-more-ci-builds-loose-foreign-keys' into 'master'

Add more loose foreign keys for CI builds

See merge request gitlab-org/gitlab!77908
parents 5dd91446 e6a2351b
......@@ -14,7 +14,7 @@ dast_scanner_profiles_builds:
- table: ci_builds
column: ci_build_id
on_delete: async_delete
dast_scanner_profiles_builds:
dast_site_profiles_builds:
- table: ci_builds
column: ci_build_id
on_delete: async_delete
......@@ -115,3 +115,11 @@ ci_minutes_additional_packs:
- table: namespaces
column: namespace_id
on_delete: async_delete
requirements_management_test_reports:
- table: ci_builds
column: build_id
on_delete: async_nullify
security_scans:
- table: ci_builds
column: build_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