mirror of https://github.com/sipwise/db-schema.git
parent
62659c9786
commit
fa548d69d9
@ -0,0 +1,3 @@
|
|||||||
|
USE provisioning;
|
||||||
|
DELETE FROM voip_sound_handles WHERE name IN
|
||||||
|
('block_in', 'block_out', 'block_ncos');
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
USE provisioning;
|
||||||
|
INSERT INTO voip_sound_handles (name) VALUES
|
||||||
|
('block_in'),
|
||||||
|
('block_out'),
|
||||||
|
('block_ncos');
|
||||||
Loading…
Reference in new issue