houdini/db/migrate/20180713220028_add_indexes_to_refunds.rb

6 lines
111 B
Ruby
Raw Normal View History

class AddIndexesToRefunds < ActiveRecord::Migration
def change
add_index :refunds, :payment_id
end
end