Sha256: 721c39b98a0c4b4fd288efd93f038f5aa3b0ae563e43872b4b7de58530cc61c0
Contents?: true
Size: 226 Bytes
Versions: 91
Compression:
Stored size: 226 Bytes
Contents
class RemoveDisabledProductsFromSyncPlans < ActiveRecord::Migration[6.0] def change disabled = ::Katello::Product.redhat.where.not(:id => Katello::Product.enabled) disabled.update_all(:sync_plan_id => nil) end end
Version data entries
91 entries across 91 versions & 1 rubygems