feat: add Whatsapp embedded signup API
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddChannelAttributesToInboxes < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :inboxes, :channel_attributes, :jsonb, default: {}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user