add index forumthread_id on threadreplies
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddIndexForumthreadIdOnThreadreplies < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :threadreplies, :forumthread_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user