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.14.2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.15.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.15.0.rc2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.15.0.rc1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.14.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.14.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.14.0.rc3 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.14.0.rc2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.14.0.rc1.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.14.0.rc1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.13.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.13.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.12.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.13.0.rc1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.12.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.12.0.rc3 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.12.0.rc2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.12.0.rc1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.11.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-4.11.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb