Commit a85a7480 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'remove-ignore-column-from-project-settings' into 'master'

Remove ignore_column from ProjectSetting

See merge request gitlab-org/gitlab!71831
parents c9f831b4 807ec7e8
# 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