Sha256: 86380b776d339c63df14e658f373a1b74d1512a00c043b42649f2c17f911b062
Contents?: true
Size: 338 Bytes
Versions: 29
Compression:
Stored size: 338 Bytes
Contents
class MigrateBackgroundDownloadPolicyToMigrate < ActiveRecord::Migration[6.0] def change Katello::RootRepository.where(:download_policy => ::Runcible::Models::YumImporter::DOWNLOAD_BACKGROUND).each do |root_repo| root_repo.update_column(:download_policy, ::Runcible::Models::YumImporter::DOWNLOAD_IMMEDIATE) end end end
Version data entries
29 entries across 29 versions & 1 rubygems