Skip to content

Fix a migration that adds merge_requests_ff_only_enabled column to MR table

Valery Sizov requested to merge fix_migration_that_adds_ff_merge_field into master

What does this MR do?

I found that we mistakenly added merge_requests_ff_only_enabled column to db/schema.rb in 8.2.* releases and then removed in 8.3.* and higher. So if you installed GitLab since 8.2 you will be affected by this issue.

See https://gitlab.com/gitlab-org/gitlab-ce/issues/39382#note_45716103

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39382 and https://gitlab.com/gitlab-org/gitlab-ce/issues/39357

Edited by Valery Sizov

Merge request reports