Sha256: a829ae83d2950d2d5c381128bc22ca2380ca00c37ec857f2521fd4e3331f5272
Contents?: true
Size: 258 Bytes
Versions: 8
Compression:
Stored size: 258 Bytes
Contents
# This migration comes from spree (originally 20170331124251) class AddIndexToSpreeShippingRates < ActiveRecord::Migration[5.0] def change add_index :spree_shipping_rates, :shipment_id add_index :spree_shipping_rates, :shipping_method_id end end
Version data entries
8 entries across 8 versions & 2 rubygems