Sha256: 762154075da09eb1adbecaa1189b72ed029138f16e4bc833e41ec02e9976bb23
Contents?: true
Size: 230 Bytes
Versions: 195
Compression:
Stored size: 230 Bytes
Contents
class AddContentHostIdToSmartProxy < ActiveRecord::Migration[4.2] def change add_column :smart_proxies, :content_host_id, :integer add_foreign_key :smart_proxies, :katello_systems, :column => "content_host_id" end end
Version data entries
195 entries across 195 versions & 1 rubygems