mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
fix: add cloudonix CDR handling (#140)
* feat: add cloudonix cdr * fix: remove org check --------- Co-authored-by: Sabiha Khan <sabihak89@gmail.com>
This commit is contained in:
parent
91911769b0
commit
b1c982a52e
5 changed files with 179 additions and 10 deletions
|
|
@ -372,6 +372,11 @@ class WorkflowRunModel(Base):
|
|||
unique=True,
|
||||
postgresql_where=text("public_access_token IS NOT NULL"),
|
||||
),
|
||||
Index(
|
||||
"idx_workflow_runs_call_id",
|
||||
text("(gathered_context->>'call_id')"),
|
||||
postgresql_where=text("gathered_context->>'call_id' IS NOT NULL"),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue