Skip to content

Adjust relation between desings and versions to be many to many

What does this MR do?

In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9801 we added the database model to add designs.

But while implementing the entire feature in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10462, it came to the point where we're committing multiple files at once. Which means that a single SHA could point to multiple designs. This means that the relationship between a version and a design needs to change, which is what I've done here

What are the relevant issue numbers?

Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/9492

Does this MR meet the acceptance criteria?

Edited by Bob Van Landuyt

Merge request reports