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';