1
0

20130124050117_add_indexes.rb 115 B

12345
  1. class AddIndexes < ActiveRecord::Migration
  2. def change
  3. add_index :links, [:receiver_id, :source_id]
  4. end
  5. end