Commit 00671d1f authored by Michael Kozono's avatar Michael Kozono

Merge branch '352544-remove-ignore_column-directive' into 'master'

Remove ignore_column directive

See merge request gitlab-org/gitlab!83051
parents ad3d5362 77029669
# frozen_string_literal: true
class ProjectSetting < ApplicationRecord
include IgnorableColumns
ignore_column :show_diff_preview_in_email, remove_with: '14.10', remove_after: '2022-03-22'
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