Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/issue_user_mention.rb')
-rw-r--r--app/models/issue_user_mention.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/issue_user_mention.rb b/app/models/issue_user_mention.rb
index 6c3bedfccca..3eadd580f7f 100644
--- a/app/models/issue_user_mention.rb
+++ b/app/models/issue_user_mention.rb
@@ -3,7 +3,4 @@
class IssueUserMention < UserMention
belongs_to :issue
belongs_to :note
- include IgnorableColumns
-
- ignore_column :note_id_convert_to_bigint, remove_with: '16.7', remove_after: '2023-11-16'
end