Sha256: 950c36e1c2193e349760da288d6491da6946d6d0c3aabd07b7b4d46202c0315a

Contents?: true

Size: 199 Bytes

Versions: 2

Compression:

Stored size: 199 Bytes

Contents

# This migration comes from spree (originally 20150313192827)
class AddIndexToInventoryUnitsCartonId < ActiveRecord::Migration
  def change
    add_index :spree_inventory_units, :carton_id
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_order_reporting-0.0.2 spec/dummy/db/migrate/20160707103567_add_index_to_inventory_units_carton_id.spree.rb
spree_order_reporting-0.0.1 spec/dummy/db/migrate/20160706112519_add_index_to_inventory_units_carton_id.spree.rb