Sha256: 7e24547be14cd073c0ef7cb8214f51215fa2c8323f2f9ee78b07350287e03f8a

Contents?: true

Size: 218 Bytes

Versions: 9

Compression:

Stored size: 218 Bytes

Contents

# This migration comes from spree (originally 20130326175857)
class AddStockLocationToRma < ActiveRecord::Migration[4.2]
  def change
    add_column :spree_return_authorizations, :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/20191113195760_add_stock_location_to_rma.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091701_add_stock_location_to_rma.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091701_add_stock_location_to_rma.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516181889_add_stock_location_to_rma.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516181889_add_stock_location_to_rma.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516181889_add_stock_location_to_rma.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516181889_add_stock_location_to_rma.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516181889_add_stock_location_to_rma.spree.rb
spree_purchase_order-3.2.0 spec/dummy/db/migrate/20180516181889_add_stock_location_to_rma.spree.rb