summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration/delete_orphans_approval_project_rules.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/background_migration/delete_orphans_approval_project_rules.rb')
-rw-r--r--lib/gitlab/background_migration/delete_orphans_approval_project_rules.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/background_migration/delete_orphans_approval_project_rules.rb b/lib/gitlab/background_migration/delete_orphans_approval_project_rules.rb
index 33aa1a8d29d..28809df8694 100644
--- a/lib/gitlab/background_migration/delete_orphans_approval_project_rules.rb
+++ b/lib/gitlab/background_migration/delete_orphans_approval_project_rules.rb
@@ -5,6 +5,7 @@ module Gitlab
# Deletes orphans records whenever report_type equals to scan_finding (i.e., 4)
class DeleteOrphansApprovalProjectRules < BatchedMigrationJob
operation_name :delete_all
+ feature_category :database
def perform
each_sub_batch do |sub_batch|