Sha256: a3898be92c35a7b7524cc4d3b5148be103dd2047d30f7c9efea3afaac456b772
Contents?: true
Size: 257 Bytes
Versions: 40
Compression:
Stored size: 257 Bytes
Contents
class AddProductIdToSccProduct < ActiveRecord::Migration[4.2] def change add_column :scc_products, :product_id, :integer, index: true, null: true add_foreign_key :scc_products, :katello_products, column: :product_id, on_delete: :nullify end end
Version data entries
40 entries across 40 versions & 1 rubygems