Sha256: 93693cca63deffb5a0fdfb3c371a106357ec560f301562d9b78309e2139dde47

Contents?: true

Size: 219 Bytes

Versions: 9

Compression:

Stored size: 219 Bytes

Contents

# This migration comes from spree (originally 20130226191231)
class AddStockLocationIdToSpreeShipments < ActiveRecord::Migration[4.2]
  def change
    add_column :spree_shipments, :stock_location_id, :integer
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195738_add_stock_location_id_to_spree_shipments.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091679_add_stock_location_id_to_spree_shipments.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091679_add_stock_location_id_to_spree_shipments.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516181867_add_stock_location_id_to_spree_shipments.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516181867_add_stock_location_id_to_spree_shipments.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516181867_add_stock_location_id_to_spree_shipments.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516181867_add_stock_location_id_to_spree_shipments.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516181867_add_stock_location_id_to_spree_shipments.spree.rb
spree_purchase_order-3.2.0 spec/dummy/db/migrate/20180516181867_add_stock_location_id_to_spree_shipments.spree.rb