From 0ceb79b568e96b6b9e230fab8ccbb98ee2833c76 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Wed, 3 Aug 2022 14:56:07 +0100 Subject: [PATCH] add siprec_hook_sid to accounts model --- lib/models/account.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/models/account.js b/lib/models/account.js index fb6623a..98af972 100644 --- a/lib/models/account.js +++ b/lib/models/account.js @@ -314,6 +314,10 @@ Account.fields = [ name: 'subspace_sip_teleport_destinations', type: 'string', }, + { + name: 'siprec_hook_sid', + type: 'string', + }, ]; module.exports = Account;