mirror of https://github.com/mastodon/mastodon
Record account suspend/silence time and keep track of domain blocks
parent
6d44f2441b
commit
30296f1bb0
@ -0,0 +1,6 @@
|
||||
class AddSilencedAtSuspendedAtToAccounts < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :accounts, :silenced_at, :datetime
|
||||
add_column :accounts, :suspended_at, :datetime
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue