From: Ivan Kohler Date: Mon, 30 Jul 2012 23:33:40 +0000 (-0700) Subject: fix multiple RADIUS group attributes with same name, RT#18580 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=72ae9f328b19c381ff9350aab77f527ecfdd7513;p=freeside.git fix multiple RADIUS group attributes with same name, RT#18580 --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 097799bf1..c38c52cc8 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2443,8 +2443,8 @@ sub tables_hashref { 'op', 'char', '', 2, '', '', ], 'primary_key' => 'attrnum', - 'unique' => [ ['groupnum','attrname'] ], #? - 'index' => [], + 'unique' => [], + 'index' => [ ['groupnum'], ], }, 'msgcat' => {