mirror of https://github.com/mastodon/mastodon
Add index on mentions status_id
parent
8530f9413b
commit
cfe91ac984
@ -0,0 +1,5 @@
|
||||
class AddIndexOnMentionsStatusId < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_index :mentions, :status_id
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue