Sha256: a7e1e443b406cca33af39f64257c49bace74a4ca92918b773d66a1916a13c819
Contents?: true
Size: 262 Bytes
Versions: 44
Compression:
Stored size: 262 Bytes
Contents
class RemoveHttpProxyFromKatelloAlternateContentSources < ActiveRecord::Migration[6.1] def change remove_foreign_key :katello_alternate_content_sources, :http_proxies remove_column :katello_alternate_content_sources, :http_proxy_id, :integer end end
Version data entries
44 entries across 44 versions & 1 rubygems