mirror of https://github.com/sipwise/db-schema.git
Change-Id: Ieaa726271ec317fdee1d4b0be15f60935b92ef72
(cherry picked from commit 2791a0a89b)
mr4.3.2
parent
681cfa5230
commit
0076ce754c
@ -0,0 +1,5 @@
|
|||||||
|
use kamailio;
|
||||||
|
|
||||||
|
alter table kamailio.dialog
|
||||||
|
modify callee_contact varchar(128) not NULL,
|
||||||
|
modify caller_contact varchar(128) not NULL;
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
use kamailio;
|
||||||
|
|
||||||
|
alter table kamailio.dialog
|
||||||
|
modify callee_contact varchar(256) not NULL,
|
||||||
|
modify caller_contact varchar(256) not NULL;
|
||||||
Loading…
Reference in new issue