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

Version Path
katello-3.5.2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.5.1.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.5.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.5.0.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.5.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.5.0.rc2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.5.0.rc1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.4.5 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.4.4 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.4.2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.4.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.4.0.2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.4.0.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.3.2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.4.0 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.4.0.rc2 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.4.0.rc1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.3.1.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.3.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb
katello-3.3.0.1 db/migrate/20150423134004_add_content_host_id_to_smart_proxy.rb