gitlab-ce/app/models/commit_user_mention.rb

10 lines
213 B
Ruby

# frozen_string_literal: true
class CommitUserMention < UserMention
include IgnorableColumns
ignore_column :note_id_convert_to_bigint, remove_with: '16.7', remove_after: '2023-11-16'
belongs_to :note
end