chore: add started_at to calls migration

This commit is contained in:
Muhsin
2026-04-09 11:41:41 +04:00
parent 327cbbb0d5
commit adcbaea485
@@ -10,6 +10,7 @@ class CreateCalls < ActiveRecord::Migration[7.0]
t.integer :provider, null: false, default: 0
t.integer :direction, null: false
t.string :status, null: false, default: 'ringing'
t.datetime :started_at
t.integer :duration_seconds
t.string :end_reason
t.jsonb :meta, default: {}