0
0
Fork 0

Make faster ProcessFeedService (#3080)

* Add index accounts on uri.

* Remove a blank line.
This commit is contained in:
Shunsuke Michii 2017-05-16 19:12:29 +09:00 committed by Eugen Rochko
parent 1b0a5658f1
commit 0dfffb6dcb
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class AddIndexAccountsOnUri < ActiveRecord::Migration[5.0]
def change
add_index :accounts, :uri
end
end