Add fedibird hide followers count support
This commit is contained in:
parent
56245f4ef8
commit
9818f6a0e1
10 changed files with 31 additions and 6 deletions
7
db/migrate/20230514030455_add_settings_to_accounts.rb
Normal file
7
db/migrate/20230514030455_add_settings_to_accounts.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddSettingsToAccounts < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :accounts, :settings, :jsonb
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue