# frozen_string_literal: true class MergeRequestUserMention < UserMention include IgnorableColumns ignore_column :note_id_convert_to_bigint, remove_with: '16.0', remove_after: '2023-05-22' belongs_to :merge_request belongs_to :note end