mirror of https://github.com/sipwise/db-schema.git
Change-Id: I7730f5db130f9e0f8079bd7bda1a4ca3788f185cchanges/15/6415/1
parent
2791a0a89b
commit
be887d26d7
@ -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