Add index to statuses_tags#status_id (#2394)
This commit is contained in:
parent
cf845fed38
commit
d000a0b58a
2 changed files with 7 additions and 1 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddStatusIdIndexToStatusesTags < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_index :statuses_tags, :status_id
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue