Fix stop emoji reaction streaming to user settings
This commit is contained in:
parent
7d237611d9
commit
dbc34a8213
16 changed files with 55 additions and 19 deletions
|
@ -2,8 +2,10 @@
|
|||
|
||||
class AddDissubscribableToAccounts < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :antennas, :with_media_only, :boolean, null: false, default: false
|
||||
add_index :antennas, :with_media_only
|
||||
add_column :accounts, :dissubscribable, :boolean, null: false, default: false
|
||||
safety_assured do
|
||||
add_column :antennas, :with_media_only, :boolean, null: false, default: false
|
||||
add_index :antennas, :with_media_only
|
||||
add_column :accounts, :dissubscribable, :boolean, null: false, default: false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue