Add index to statuses_tags#status_id (#2394)
parent
b1473e6307
commit
ec17577e47
@ -0,0 +1,5 @@
|
||||
class AddStatusIdIndexToStatusesTags < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_index :statuses_tags, :status_id
|
||||
end
|
||||
end
|
Loading…
Reference in new issue