MT#3997 Add via_route column to voip_peer_hosts

This defines a route set to be executed on the way out to a peer after
the lb.
agranig/aa-destination
Andreas Granig 12 years ago
parent 5016009936
commit 0856d09f96

@ -0,0 +1,3 @@
USE provisioning;
ALTER TABLE voip_peer_hosts DROP COLUMN via_route;

@ -0,0 +1,4 @@
USE provisioning;
ALTER TABLE voip_peer_hosts
ADD COLUMN via_route VARCHAR(255) DEFAULT NULL AFTER weight;
Loading…
Cancel
Save