mirror of https://github.com/sipwise/db-schema.git
Add hg_ext_response for cdrs, this field will store the extension number picking the call behind an hunt group. Change-Id: I1c89c75b493f2bb9984cf4e8b4615f159193f33bmr11.1
parent
d3445b316d
commit
57d9bca2ba
@ -0,0 +1,6 @@
|
|||||||
|
USE accounting;
|
||||||
|
SET autocommit=0;
|
||||||
|
|
||||||
|
DELETE FROM cdr_tag WHERE type IN ('hg_ext_response');
|
||||||
|
|
||||||
|
COMMIT;
|
@ -0,0 +1,6 @@
|
|||||||
|
USE accounting;
|
||||||
|
SET autocommit=0;
|
||||||
|
|
||||||
|
INSERT INTO cdr_tag (type) VALUES ('hg_ext_response');
|
||||||
|
|
||||||
|
COMMIT;
|
Loading…
Reference in new issue