Commit 77029669 authored by Kerri Miller's avatar Kerri Miller

Remove ignore_column directive

parent 9e948118
# 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