feat(whatsapp-call): add call recording, transcription, beforeunload termination and documentation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddMessageIdToWhatsappCalls < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_reference :whatsapp_calls, :message, null: true, foreign_key: true, index: true
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddTranscriptToWhatsappCalls < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :whatsapp_calls, :transcript, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user