0
0
Fork 0

Add index to statuses_tags#status_id (#2394)

This commit is contained in:
alpaca-tc 2017-04-24 22:10:14 +09:00 committed by Eugen
parent cf845fed38
commit d000a0b58a
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
class AddStatusIdIndexToStatusesTags < ActiveRecord::Migration[5.0]
def change
add_index :statuses_tags, :status_id
end
end