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

13 lines
270 B

set autocommit=0;
USE provisioning;
SET FOREIGN_KEY_CHECKS=0;
DROP TABLE `voip_header_rule_sets`;
DROP TABLE `voip_header_rules`;
DROP TABLE `voip_header_rule_conditions`;
DROP TABLE `voip_header_rule_condition_values`;
DROP TABLE `voip_header_rule_actions`;
COMMIT;