From: Jeremy Davis Date: Thu, 21 Feb 2013 20:12:25 +0000 (-0500) Subject: #21521 Increasing size of svc_phone phonenum X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c80cc32958bdbacbbde03fe0636fed8db3c98f0b;p=freeside.git #21521 Increasing size of svc_phone phonenum --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 9c22d9e77..deca4d40e 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -743,7 +743,7 @@ sub tables_hashref { 'format', 'char', 'NULL', 1, '', '', 'classnum', 'int', 'NULL', '', '', '', 'duration', 'int', 'NULL', '', 0, '', - 'phonenum', 'varchar', 'NULL', 15, '', '', + 'phonenum', 'varchar', 'NULL', 25, '', '', 'accountcode', 'varchar', 'NULL', 20, '', '', 'startdate', @date_type, '', '', 'regionname', 'varchar', 'NULL', $char_d, '', '', @@ -3272,7 +3272,7 @@ sub tables_hashref { 'columns' => [ 'svcnum', 'int', '', '', '', '', 'countrycode', 'varchar', '', 3, '', '', - 'phonenum', 'varchar', '', 15, '', '', #12 ? + 'phonenum', 'varchar', '', 25, '', '', #12 ? 'pin', 'varchar', 'NULL', $char_d, '', '', 'sip_password', 'varchar', 'NULL', $char_d, '', '', 'phone_name', 'varchar', 'NULL', $char_d, '', '',