[freeside-commits] branch master updated. ac0162d1dbc26e0c553726ff010b7c5346253e13

Ivan ivan at 420.am
Wed Aug 8 01:28:10 PDT 2012


The branch, master has been updated
       via  ac0162d1dbc26e0c553726ff010b7c5346253e13 (commit)
      from  c1a8a9a97ee439036f9f3da5ff222fe3612fc4be (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 ac0162d1dbc26e0c553726ff010b7c5346253e13
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Aug 8 01:28:08 2012 -0700

    longer username

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index a55e0f9..72f8c30 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -445,7 +445,7 @@ sub tables_hashref {
   my @taxrate_type  = ( 'decimal',   '',     '14,8' ); # requires pg 8 for 
   my @taxrate_typen = ( 'decimal',   'NULL', '14,8' ); # fs-upgrade to work
 
-  my $username_len = 32; #usernamemax config file
+  my $username_len = 64; #usernamemax config file
 
     # name type nullability length default local
 

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

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




More information about the freeside-commits mailing list