From: Ivan Kohler Date: Mon, 30 Jul 2012 23:33:32 +0000 (-0700) Subject: fix multiple RADIUS group attributes with same name, RT#18580 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=dddedb2754d6cd24edfde9a6d25bc687f488e5ec fix multiple RADIUS group attributes with same name, RT#18580 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index ff40cd673..cfb806007 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' => {