diff --git a/db_scripts/diff/15095.down b/db_scripts/diff/15095.down new file mode 100644 index 00000000..bcf9cd6e --- /dev/null +++ b/db_scripts/diff/15095.down @@ -0,0 +1,2 @@ +use provisioning; +delete from voip_preferences where attribute = 'lbrtp_set'; diff --git a/db_scripts/diff/15095.up b/db_scripts/diff/15095.up new file mode 100644 index 00000000..b4e9c7e2 --- /dev/null +++ b/db_scripts/diff/15095.up @@ -0,0 +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).'); +