Skip to content

Commit

Permalink
Add new index
Browse files Browse the repository at this point in the history
  • Loading branch information
demuskov committed Apr 9, 2018
1 parent d660a04 commit c367512
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20180413201524_add_index_to_payment_addresses.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddIndexToPaymentAddresses < ActiveRecord::Migration
def change
add_index :payment_addresses, :account_id
end
end

0 comments on commit c367512

Please sign in to comment.