Sha256: 3c261c8f654cb600be0f1923e8fd31becf485227461278cbdd7d8e930d470527
Contents?: true
Size: 322 Bytes
Versions: 11
Compression:
Stored size: 322 Bytes
Contents
class AddForeignKeyToShippingMethodStockLocation < ActiveRecord::Migration def change add_foreign_key :spree_shipping_method_stock_locations, :spree_shipping_methods, column: :shipping_method_id add_foreign_key :spree_shipping_method_stock_locations, :spree_stock_locations, column: :stock_location_id end end
Version data entries
11 entries across 11 versions & 1 rubygems