mirror of https://github.com/sipwise/db-schema.git
for IPv4, ipnet length of 3*4 + 3 + 1 + 2 = 18 was sufficient. for IPv6 ipnets we need to extend this to 8*4 + 7 + 1 + 3 = 43 chars. Change-Id: I9b44c63b58bc08bc41f0d50a9ec94234ffffd6c2mr10.2
parent
2c457567fe
commit
13f009fc57
@ -0,0 +1,2 @@
|
||||
use provisioning;
|
||||
alter table voip_allowed_ip_groups modify column ipnet varchar(18) not null;
|
||||
@ -0,0 +1,2 @@
|
||||
use provisioning;
|
||||
alter table voip_allowed_ip_groups modify column ipnet varchar(43) not null;
|
||||
Loading…
Reference in new issue