[freeside-commits] branch master updated. dddedb2754d6cd24edfde9a6d25bc687f488e5ec

Ivan ivan at 420.am
Mon Jul 30 16:33:33 PDT 2012


The branch, master has been updated
       via  dddedb2754d6cd24edfde9a6d25bc687f488e5ec (commit)
      from  66e35f4c5ce2125f252d63f024f2d72eb3ec5c5d (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 dddedb2754d6cd24edfde9a6d25bc687f488e5ec
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 30 16:33:32 2012 -0700

    fix multiple RADIUS group attributes with same name, RT#18580

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index ff40cd6..cfb8060 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2518,8 +2518,8 @@ sub tables_hashref {
         'op',          'char', '', 2, '', '',
       ],
       'primary_key' => 'attrnum',
-      'unique'      => [ ['groupnum','attrname'] ], #?
-      'index'       => [],
+      'unique'      => [],
+      'index'       => [ ['groupnum'], ],
     },
 
     'msgcat' => {

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

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




More information about the freeside-commits mailing list