0
0
Fork 0

Add index on mentions status_id

This commit is contained in:
Eugen Rochko 2017-04-05 13:32:57 +02:00
parent 8530f9413b
commit cfe91ac984
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddIndexOnMentionsStatusId < ActiveRecord::Migration[5.0]
def change
add_index :mentions, :status_id
end
end