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