Sha256: 6c3ef0bfe06df3ffac9c627aeb1fe6dc4d332d53c731e93535d11e32d2ae1b2d
Contents?: true
Size: 225 Bytes
Versions: 53
Compression:
Stored size: 225 Bytes
Contents
class AddContentHostIdToSmartProxy < ActiveRecord::Migration 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
53 entries across 53 versions & 1 rubygems