Skip to content

Find FK by name or identifier

Max Orefice requested to merge morefice/find-fk-by-name-or-identifier into master

Ref: #382033 (closed)

What does this MR do and why?

This MR modifies foreign_key_exists? to check the existence of a foreign key with the name or the identifier.

This allows to work with partitioned tables which might not be included within the public schema. This was extracted from !110388 (merged).

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