From dddedb2754d6cd24edfde9a6d25bc687f488e5ec Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 30 Jul 2012 16:33:32 -0700 Subject: [PATCH] fix multiple RADIUS group attributes with same name, RT#18580 --- FS/FS/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' => { -- 2.20.1