mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-10-31 20:14:26 +00:00
1390cc194b
* Add indication to admin UI of whether a report has been forwarded * Rework how forwarded status is displayed Co-authored-by: Claire <claire.github-309c@sitedethib.com>
6 lines
128 B
Ruby
6 lines
128 B
Ruby
class AddForwardedToReports < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :reports, :forwarded, :boolean
|
|
end
|
|
end
|