summaryrefslogtreecommitdiff
path: root/app/models/commit_user_mention.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/commit_user_mention.rb')
-rw-r--r--app/models/commit_user_mention.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/commit_user_mention.rb b/app/models/commit_user_mention.rb
index 680d20b61cf..4d464f353ee 100644
--- a/app/models/commit_user_mention.rb
+++ b/app/models/commit_user_mention.rb
@@ -1,5 +1,9 @@
# frozen_string_literal: true
class CommitUserMention < UserMention
+ include IgnorableColumns
+
+ ignore_column :note_id_convert_to_bigint, remove_with: '16.0', remove_after: '2023-05-22'
+
belongs_to :note
end