Add dissubscribable config
This commit is contained in:
parent
7faaee5f0e
commit
306d8c358a
15 changed files with 49 additions and 6 deletions
|
@ -0,0 +1,6 @@
|
|||
class AddDissubscribableToAccounts < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
add_column :antennas, :with_media_only, :boolean, null: false, default: false, index: true
|
||||
add_column :accounts, :dissubscribable, :boolean, null: false, default: false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue