Commit 49b5f686 authored by Dylan Griffith's avatar Dylan Griffith

Add loose foreign key ci_pipeline_schedules.owner_id

We will remove the foreign key in a later MR but for now we can start
with adding the LFK.
parent d96277ca
......@@ -79,6 +79,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