mirror of https://github.com/sipwise/db-schema.git
Change-Id: I7730f5db130f9e0f8079bd7bda1a4ca3788f185c
(cherry picked from commit be887d26d7)
mr4.3.2
parent
0076ce754c
commit
9002f34b71
@ -0,0 +1,5 @@
|
||||
use kamailio;
|
||||
|
||||
alter table kamailio.dialog
|
||||
modify from_tag varchar(64) not NULL,
|
||||
modify to_tag varchar(64) not NULL;
|
||||
@ -0,0 +1,5 @@
|
||||
use kamailio;
|
||||
|
||||
alter table kamailio.dialog
|
||||
modify from_tag varchar(128) not NULL,
|
||||
modify to_tag varchar(128) not NULL;
|
||||
Loading…
Reference in new issue