Commit ee37004c authored by Sean Carroll's avatar Sean Carroll

Remove mark on project_ci_cd_settings.merge_trains_enabled

Closes https://gitlab.com/gitlab-org/gitlab/issues/36461

See merge request https://gitlab.com/gitlab-org/gitlab/merge_requests/23147
parent 2a37e274
# frozen_string_literal: true
class ProjectCiCdSetting < ApplicationRecord
include IgnorableColumns
# https://gitlab.com/gitlab-org/gitlab/issues/36651
ignore_column :merge_trains_enabled, remove_with: '12.7', remove_after: '2019-12-22'
belongs_to :project, inverse_of: :ci_cd_settings
# The version of the schema that first introduced this model/table.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment