mirror of https://github.com/mastodon/mastodon
Add basic logging of who resolved report
parent
71458dc6df
commit
68f829e11c
@ -0,0 +1,5 @@
|
||||
class AddActionTakenByAccountIdToReports < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :reports, :action_taken_by_account_id, :integer
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue