[freeside-commits] branch master updated. 690b6d50985510869fd7d142fb674bec0e2004a2

Jeremy Davis jeremyd at 420.am
Thu Feb 21 11:46:24 PST 2013


The branch, master has been updated
       via  690b6d50985510869fd7d142fb674bec0e2004a2 (commit)
      from  7408db60e891828eb1f07ee9766c34e4c80359be (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 690b6d50985510869fd7d142fb674bec0e2004a2
Author: Jeremy Davis <jeremyd at freeside.biz>
Date:   Thu Feb 21 14:45:45 2013 -0500

    #21521 Increasing size of svc_phone phonenum

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index de3659a..6c7453d 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -772,7 +772,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, '', '',
@@ -875,7 +875,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, '', '',
@@ -3600,7 +3600,7 @@ sub tables_hashref {
       'columns' => [
         'svcnum',       'int',         '',      '', '', '', 
         'countrycode',  'varchar',     '',       3, '', '', 
-        'phonenum',     'varchar',     '',      15, '', '',  #12 ?
+        'phonenum',     'varchar',     '',      25, '', '',  #12 ?
         'sim_imsi',     'varchar', 'NULL',      15, '', '',
         'pin',          'varchar', 'NULL', $char_d, '', '',
         'sip_password', 'varchar', 'NULL', $char_d, '', '',

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

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




More information about the freeside-commits mailing list