add index forumthread_id on threadreplies

This commit is contained in:
jomo
2017-07-03 02:47:51 +02:00
parent b84db2bc87
commit b225dc57b2
2 changed files with 46 additions and 37 deletions

View File

@@ -0,0 +1,5 @@
class AddIndexForumthreadIdOnThreadreplies < ActiveRecord::Migration
def change
add_index :threadreplies, :forumthread_id
end
end