Skip to content

Add partition_id to Ci::PipelineChatData

Max Orefice requested to merge morefice/add-partition-id-pipeline-chat-data into master

Ref: #430722 (closed)

What does this MR do and why?

This MR cascades partition_id from pipeline to Ci::PipelineChatData.

We need to add this new column in order to redefine the FK association between ci_pipeline_chat_data and ci_pipelines.

Why are we doing this?

In order to partition ci_pipelines all referenced FK must include the partition key as explained in our documentation.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Max Orefice

Merge request reports