Files
gitlab-foss/lib/gitlab/background_migration/backfill_software_license_policies.rb
2025-03-14 18:10:27 +00:00

14 lines
305 B
Ruby

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