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/note.rb')
-rw-r--r--app/models/note.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/note.rb b/app/models/note.rb
index 6f4a56dd3cc..953632ba910 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -23,11 +23,8 @@ class Note < ApplicationRecord
include FromUnion
include Sortable
include EachBatch
- include IgnorableColumns
include Spammable
- ignore_column :id_convert_to_bigint, remove_with: '16.7', remove_after: '2023-11-16'
-
ISSUE_TASK_SYSTEM_NOTE_PATTERN = /\A.*marked\sthe\stask.+as\s(completed|incomplete).*\z/
cache_markdown_field :note, pipeline: :note, issuable_reference_expansion_enabled: true