gitlab-ce/lib/gitlab/background_migration/backfill_security_policies.rb

14 lines
291 B
Ruby

# frozen_string_literal: true
module Gitlab
module BackgroundMigration
class BackfillSecurityPolicies < BatchedMigrationJob
feature_category :security_policy_management
def perform; end
end
end
end
Gitlab::BackgroundMigration::BackfillSecurityPolicies.prepend_mod