Skip to content

Scope FK name uniqueness to the table name

Marius Bobin requested to merge 390651-unique-index-update into master

What does this MR do and why?

For partitioned tables we will have multiple records with the same foreign key name, but with different table names. This merge request changes the uniqueness constraint to accommodate that.

Related to #390651 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

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 Marius Bobin

Merge request reports