Adding public timeline silencing
This commit is contained in:
parent
e5565a7e4a
commit
909d0d5e88
4 changed files with 25 additions and 13 deletions
5
db/migrate/20161027172456_add_silenced_to_accounts.rb
Normal file
5
db/migrate/20161027172456_add_silenced_to_accounts.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddSilencedToAccounts < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :accounts, :silenced, :boolean, null: false, default: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue