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/15138.up

6 lines
162 B

use provisioning;
update voip_preferences set dom_pref=1 where attribute='language' and dom_pref=0;
delete from voip_sound_handles where name='conference_pin';