Commit a861a9ae authored by Fabio Pitino's avatar Fabio Pitino

Merge branch '348268-add-loose-fk-for-ci-pipeline-schedule-owner' into 'master'

Add loose foreign key ci_pipeline_schedules.owner_id

See merge request gitlab-org/gitlab!77492
parents 8b434ac8 49b5f686
......@@ -83,6 +83,10 @@ project_pages_metadata:
- table: ci_job_artifacts
column: artifacts_archive_id
on_delete: async_nullify
ci_pipeline_schedules:
- table: users
column: owner_id
on_delete: async_nullify
ci_group_variables:
- table: namespaces
column: group_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