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