Skip to content

Fix the database schema

Yorick Peterse requested to merge fix-schema into master

What does this MR do?

Due to the merge_db_schema merge driver not being configured when merging automatically, the schema changes from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23763 did not make it into EE. This then caused build failures such as https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/134700157. This resolves the problem by updating the schema to the right state.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/8856

Does this MR meet the acceptance criteria?

Edited by Yorick Peterse

Merge request reports