From a3e871d5aac92ad846ea3b4b9809354e6a76de86 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 7 Aug 2014 16:19:32 +0200 Subject: [PATCH] MT#8503 Use enum for lbrtp_set. --- db_scripts/diff/15095.up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_scripts/diff/15095.up b/db_scripts/diff/15095.up index b4e9c7e2..ff73f177 100644 --- a/db_scripts/diff/15095.up +++ b/db_scripts/diff/15095.up @@ -1,5 +1,5 @@ use provisioning; SELECT id INTO @vpgid FROM voip_preference_groups WHERE name = 'NAT and Media Flow Control'; -INSERT INTO `voip_preferences` VALUES (NULL,@vpgid,'lbrtp_set','The cluster set used for SIP lb and RTP',0,1,0,1,1,0,now(),0,0,'int',0,'Use a particular cluster set of load-balancers for SIP towards this endpoint (only for peers, as for subscribers it is defined by Path during registration) and of RTP relays (both peers and subscribers).'); +INSERT INTO `voip_preferences` VALUES (NULL,@vpgid,'lbrtp_set','The cluster set used for SIP lb and RTP',0,1,0,1,1,0,now(),0,0,'enum',0,'Use a particular cluster set of load-balancers for SIP towards this endpoint (only for peers, as for subscribers it is defined by Path during registration) and of RTP relays (both peers and subscribers).');