mirror of https://github.com/sipwise/db-schema.git
This defines a route set to be executed on the way out to a peer after the lb.agranig/aa-destination
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…
Reference in new issue