add sort index to forum topics
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddSortIndexesToForumTopics < ActiveRecord::Migration
|
||||
def change
|
||||
add_index :forum_topics, [:is_sticky, :updated_at]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user