mirror of https://github.com/sipwise/db-schema.git
Add r_ua for cdrs, this field will store the user agent answering to the first invite with 200 OK. Change-Id: I0bf768a8cd4bb712a9c0b04cd7714878e6cec259mr11.4
parent
daf3c8dfc5
commit
3a3cefb5ee
@ -0,0 +1,4 @@
|
||||
USE accounting;
|
||||
SET autocommit=0;
|
||||
DELETE FROM cdr_tag WHERE type IN ('r_ua');
|
||||
COMMIT;
|
||||
@ -0,0 +1,4 @@
|
||||
USE accounting;
|
||||
SET autocommit=0;
|
||||
INSERT INTO cdr_tag (type) VALUES ('r_ua');
|
||||
COMMIT;
|
||||
Loading…
Reference in new issue