[freeside-commits] branch master updated. cbcb3efd652e3a81d68b810167c5da9164ce352c

Ivan ivan at 420.am
Thu Sep 13 17:33:11 PDT 2012


The branch, master has been updated
       via  cbcb3efd652e3a81d68b810167c5da9164ce352c (commit)
      from  97d5dd9cb66d37a692c0eac78091019befd02a17 (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 cbcb3efd652e3a81d68b810167c5da9164ce352c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Sep 13 17:33:10 2012 -0700

    fix RADIUS schema for long attribute values, RT#19377

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 37bba68..4ef2a63 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2672,12 +2672,12 @@ sub tables_hashref {
 
     'radius_attr' => {
       'columns' => [
-        'attrnum',   'serial', '', '', '', '',
-        'groupnum',     'int', '', '', '', '',
+        'attrnum',   'serial', '',      '', '', '',
+        'groupnum',     'int', '',      '', '', '',
         'attrname', 'varchar', '', $char_d, '', '',
-        'value',    'varchar', '', $char_d, '', '',
-        'attrtype',    'char', '', 1, '', '',
-        'op',          'char', '', 2, '', '',
+        'value',    'varchar', '',     255, '', '',
+        'attrtype',    'char', '',       1, '', '',
+        'op',          'char', '',       2, '', '',
       ],
       'primary_key' => 'attrnum',
       'unique'      => [],

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

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




More information about the freeside-commits mailing list