Skip to content

Validate that foreign keys are indexed and created

Kamil Trzciński requested to merge validate-that-foreign-keys-are-created into master

What does this MR do?

This MR adds a test to validate that each foreign key added has a corresponding index.

This also ensures that an FK is created for every column ending with _id. This does not try to solve existing columns, but rather adds it to the list of ignores.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50875

Does this MR meet the acceptance criteria?

Edited by Kamil Trzciński

Merge request reports