increase size of voip_carriers.register_status

This commit is contained in:
Dave Horton
2023-04-03 09:49:10 -04:00
parent 7a67ed704c
commit efe7e22109
3 changed files with 7 additions and 4 deletions

View File

@@ -357,7 +357,7 @@ smpp_inbound_password VARCHAR(64),
register_from_user VARCHAR(128),
register_from_domain VARCHAR(255),
register_public_ip_in_contact BOOLEAN NOT NULL DEFAULT false,
register_status VARCHAR(1024),
register_status VARCHAR(4096),
PRIMARY KEY (voip_carrier_sid)
) COMMENT='A Carrier or customer PBX that can send or receive calls';