mirror of https://github.com/mastodon/mastodon
Merge branch 'master' into patch-1
commit
6201fba2d3
@ -0,0 +1,5 @@
|
||||
class AddIndexOnMentionsStatusId < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_index :mentions, :status_id
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue