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

7 lines
201 B

use provisioning
insert into voip_sound_groups values (NULL, 'mobile_push');
SELECT last_insert_id() into @grp_id;
INSERT into voip_sound_handles (name,group_id) VALUES ('push_connecting', @grp_id);