debian-mirror-gitlab/app/models/issue_user_mention.rb
2023-04-23 21:23:45 +05:30

10 lines
231 B
Ruby

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