Revert r13198 as this was stupid.

remotes/svn/2.8
Andreas Granig 12 years ago
parent 29e8b8de10
commit 57ee94f939

@ -1,5 +0,0 @@
USE provisioning;
ALTER TABLE voip_peer_groups DROP COLUMN inbound_peering_contract_id;
ALTER TABLE voip_peer_groups CHANGE COLUMN outbound_peering_contract_id
peering_contract_id INT(11) unsigned;

@ -1,6 +0,0 @@
USE provisioning;
ALTER TABLE voip_peer_groups CHANGE peering_contract_id
outbound_peering_contract_id int(11) unsigned;
ALTER TABLE voip_peer_groups ADD COLUMN
inbound_peering_contract_id int(11) unsigned;
Loading…
Cancel
Save