mirror of https://github.com/sipwise/db-schema.git
parent
bc2a7d42bc
commit
75656b8a34
@ -0,0 +1,2 @@
|
||||
USE provisioning;
|
||||
DELETE FROM voip_sound_handles WHERE name = 'music_on_hold';
|
@ -0,0 +1,2 @@
|
||||
USE provisioning;
|
||||
INSERT INTO voip_sound_handles (name) VALUES ('music_on_hold');
|
Loading…
Reference in new issue