mirror of https://github.com/sipwise/db-schema.git
Change-Id: I7730f5db130f9e0f8079bd7bda1a4ca3788f185c
(cherry picked from commit be887d26d7)
changes/57/8257/1
parent
a2ab5b9a5b
commit
a36666d56f
@ -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