[freeside-commits] branch FREESIDE_2_3_BRANCH updated. c80cc32958bdbacbbde03fe0636fed8db3c98f0b

Jeremy Davis jeremyd at 420.am
Thu Feb 21 12:13:12 PST 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  c80cc32958bdbacbbde03fe0636fed8db3c98f0b (commit)
      from  1f206237e2c8d8cc81329f3a35cc171fa72d984e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c80cc32958bdbacbbde03fe0636fed8db3c98f0b
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Feb 21 15:12:25 2013 -0500

    #21521 Increasing size of svc_phone phonenum

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 9c22d9e..deca4d4 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, '', '',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list