summaryrefslogtreecommitdiff
path: root/app/models/hooks/web_hook_log_archived.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/hooks/web_hook_log_archived.rb')
-rw-r--r--app/models/hooks/web_hook_log_archived.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/models/hooks/web_hook_log_archived.rb b/app/models/hooks/web_hook_log_archived.rb
deleted file mode 100644
index a1c8a44f5ba..00000000000
--- a/app/models/hooks/web_hook_log_archived.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-# frozen_string_literal: true
-
-# This model is not intended to be used.
-# It is a temporary reference to the old non-partitioned
-# web_hook_logs table.
-# Please refer to https://gitlab.com/groups/gitlab-org/-/epics/5558
-# for details.
-# rubocop:disable Gitlab/NamespacedClass: This is a temporary class with no relevant namespace
-# WebHook, WebHookLog and all hooks are defined outside of a namespace
-class WebHookLogArchived < ApplicationRecord
- self.table_name = 'web_hook_logs_archived'
-end