You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/13127.down

6 lines
202 B

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;