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

6 lines
266 B

USE provisioning
SELECT id INTO @vpg_id FROM voip_preference_groups WHERE name = 'Internals';
DELETE FROM `voip_preferences`
WHERE voip_preference_groups_id=@vpid AND attribute IN ('reseller_id','concurrent_max_in_per_reseller','concurrent_max_per_reseller');