Sha256: 292bd20776f25c6bec98bfef3dfc1000a4e5dcc654a7a59707bffa6254582bbb
Contents?: true
Size: 252 Bytes
Versions: 8
Compression:
Stored size: 252 Bytes
Contents
class AddProductIdToSccProduct < ActiveRecord::Migration 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
8 entries across 8 versions & 1 rubygems