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/chat_name.rb')
-rw-r--r--app/models/chat_name.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/chat_name.rb b/app/models/chat_name.rb
index cda19273f52..d3fbfe3aa55 100644
--- a/app/models/chat_name.rb
+++ b/app/models/chat_name.rb
@@ -3,9 +3,6 @@
class ChatName < ApplicationRecord
LAST_USED_AT_INTERVAL = 1.hour
- include IgnorableColumns
- ignore_column :integration_id, remove_with: '16.0', remove_after: '2023-04-22'
-
belongs_to :user
validates :user, presence: true