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

Version Path
katello-4.7.3 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.7.2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.7.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.6.2.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.6.2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.7.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.6.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.7.0.rc2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.7.0.rc1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.4.2.2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.4.2.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.4.2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.5.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.6.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.6.0.rc2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.6.0.rc1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.5.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.5.0.rc2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.4.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.5.0.rc1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb