Files
gitlabhq/lib/gitlab/background_migration/backfill_pipeline_execution_policies_metadata.rb
2025-05-14 09:11:53 +00:00

14 lines
325 B
Ruby

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