summaryrefslogtreecommitdiff
path: root/lib/gitlab/background_migration/update_delayed_project_removal_to_null_for_user_namespaces.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/background_migration/update_delayed_project_removal_to_null_for_user_namespaces.rb')
-rw-r--r--lib/gitlab/background_migration/update_delayed_project_removal_to_null_for_user_namespaces.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/background_migration/update_delayed_project_removal_to_null_for_user_namespaces.rb b/lib/gitlab/background_migration/update_delayed_project_removal_to_null_for_user_namespaces.rb
index b2cf8298e4f..a7faa5703da 100644
--- a/lib/gitlab/background_migration/update_delayed_project_removal_to_null_for_user_namespaces.rb
+++ b/lib/gitlab/background_migration/update_delayed_project_removal_to_null_for_user_namespaces.rb
@@ -11,6 +11,7 @@ module Gitlab
end
operation_name :set_delayed_project_removal_to_null_for_user_namespace
+ feature_category :database
def perform
each_sub_batch do |sub_batch|