add siprec_hook_sid to accounts model

This commit is contained in:
Dave Horton
2022-08-03 14:56:07 +01:00
parent 1e396266a0
commit 0ceb79b568

View File

@@ -314,6 +314,10 @@ Account.fields = [
name: 'subspace_sip_teleport_destinations',
type: 'string',
},
{
name: 'siprec_hook_sid',
type: 'string',
},
];
module.exports = Account;