# rubocop:disable allclassAddFastForwardOptionToProject<ActiveRecord::MigrationincludeGitlab::Database::MigrationHelpers# Set this constant to true if this migration requires downtime.DOWNTIME=falsedisable_ddl_transaction!
# We put condition here because of a mistake we made a couple of years ago# see https://gitlab.com/gitlab-org/gitlab-ce/issues/39382#note_45716103unlesscolumn_exists?(:projects,:merge_requests_ff_only_enabled)add_column_with_default(:projects,:merge_requests_ff_only_enabled,:boolean,default: false)end