Commit 807ec7e8 authored by Mayra Cabrera's avatar Mayra Cabrera

Remove ignore_column from ProjectSettings

project_settings.allow_editing_commit_messages was ignored in 14.2 and
the column was removed in 14.3. Following the dropping column process,
the `ignore_column` statement can be removed in 14.4

Related to https://gitlab.com/gitlab-org/gitlab/-/issues/336783
parent 9508d32a
# frozen_string_literal: true
class ProjectSetting < ApplicationRecord
include IgnorableColumns
ignore_column :allow_editing_commit_messages, remove_with: '14.4', remove_after: '2021-09-10'
belongs_to :project, inverse_of: :project_setting
enum squash_option: {
......
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