mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Include a user's pending posts in the topic view
Also includes a refactor to TopicView's serializer which was not building our attributes using serializers properly.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCreatedByIndexToReviewables < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :reviewables, [:topic_id, :status, :created_by_id]
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user