back out column addition of -register_use_tls

This commit is contained in:
Dave Horton
2024-04-06 13:29:50 -04:00
parent 0ff3d22faf
commit dba66d58fc
4 changed files with 192 additions and 463 deletions

View File

@@ -394,7 +394,6 @@ service_provider_sid CHAR(36),
application_sid CHAR(36) COMMENT 'If provided, all incoming calls from this source will be routed to the associated application',
e164_leading_plus BOOLEAN NOT NULL DEFAULT false COMMENT 'if true, a leading plus should be prepended to outbound phone numbers',
requires_register BOOLEAN NOT NULL DEFAULT false,
register_use_tls BOOLEAN NOT NULL DEFAULT false,
register_username VARCHAR(64),
register_sip_realm VARCHAR(64),
register_password VARCHAR(64),