mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Display the reason for many reviewable items
Queued Posts and Users will now display a reason why they are in the review queue.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddReasonToReviewableScores < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :reviewable_scores, :reason, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user