Add index for `question_id` on `inboxes`
This commit is contained in:
parent
583a3ba519
commit
b9dee02656
|
@ -0,0 +1,5 @@
|
|||
class AddIndexForQuestionIdIndexOnInboxes < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_index :inboxes, :question_id
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue