Skip to content

Adds foreign key to components association in Ci::Catalog::Resource

Laura Montemayor requested to merge add-foreign-key into master

What does this MR do and why?

Adds foreign_key: :catalog_resource_id to has_many :components. This was forgotten in a previous MR.

MR acceptance checklist

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

Merge request reports