Sha256: f3b294746f9f7d4fd673983ac205e5ae0eaae44efdd71a38b0a141c2a299d876

Contents?: true

Size: 226 Bytes

Versions: 8

Compression:

Stored size: 226 Bytes

Contents

# This migration comes from spree (originally 20170329110859)
class AddIndexOnStockLocationToSpreeCustomerReturns < ActiveRecord::Migration[5.0]
  def change
    add_index :spree_customer_returns, :stock_location_id
  end
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
spree_purchase_order-3.7.0 spec/dummy/db/migrate/20191113195950_add_index_on_stock_location_to_spree_customer_returns.spree.rb
spree_billing_sisow-0.9.2 spec/dummy/db/migrate/20190729091891_add_index_on_stock_location_to_spree_customer_returns.spree.rb
spree_billing_sisow-0.9.1 spec/dummy/db/migrate/20190729091891_add_index_on_stock_location_to_spree_customer_returns.spree.rb
spree_purchase_order-3.6.0 spec/dummy/db/migrate/20180516191815_add_index_on_stock_location_to_spree_customer_returns.spree.rb
spree_purchase_order-3.5.0 spec/dummy/db/migrate/20180516191815_add_index_on_stock_location_to_spree_customer_returns.spree.rb
spree_purchase_order-3.5.0.rc1 spec/dummy/db/migrate/20180516191815_add_index_on_stock_location_to_spree_customer_returns.spree.rb
spree_purchase_order-3.4.0 spec/dummy/db/migrate/20180516191815_add_index_on_stock_location_to_spree_customer_returns.spree.rb
spree_purchase_order-3.3.0 spec/dummy/db/migrate/20180516191815_add_index_on_stock_location_to_spree_customer_returns.spree.rb