houdini/db/migrate/20180713213748_add_charge_id_indexes.rb

7 lines
110 B
Ruby
Raw Normal View History

class AddChargeIdIndexes < ActiveRecord::Migration
def change
add_index :refunds, :charge_id
end
end