mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 11:27:47 +01:00
Add index for question_id
on inboxes
This commit is contained in:
parent
583a3ba519
commit
b9dee02656
1 changed files with 5 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddIndexForQuestionIdIndexOnInboxes < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_index :inboxes, :question_id
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue