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/15226.down

12 lines
253 B

use provisioning;
set autocommit=0;
ALTER TABLE `voip_contract_preferences`
DROP FOREIGN KEY `v_c_p_locationid_ref`,
DROP COLUMN `location_id`;
DROP TABLE `voip_contract_location_blocks`;
DROP TABLE `voip_contract_locations`;
commit;