* #361

* fix typo in db upgrade script

---------

Co-authored-by: Hoan Luu Huu <110280845+xquanluu@users.noreply.github.com>
This commit is contained in:
Dave Horton
2024-11-26 20:25:25 -05:00
committed by GitHub
parent f9990da468
commit 843980c7f6
6 changed files with 43 additions and 15 deletions

View File

@@ -136,6 +136,10 @@ VoipCarrier.fields = [
{
name: 'register_status',
type: 'string'
},
{
name: 'dtmf_type',
type: 'string'
}
];