Sha256: d791eab1371a4ee4fbb3462a18a9bf839fe9c57b8c7b673a48f78079f07b9faa
Contents?: true
Size: 232 Bytes
Versions: 8
Compression:
Stored size: 232 Bytes
Contents
# This migration comes from spree (originally 20170331110454) class AddIndexesToRefunds < ActiveRecord::Migration[5.0] def change add_index :spree_refunds, :payment_id add_index :spree_refunds, :reimbursement_id end end
Version data entries
8 entries across 8 versions & 2 rubygems