[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 72ae9f328b19c381ff9350aab77f527ecfdd7513
Ivan
ivan at 420.am
Mon Jul 30 16:34:17 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 72ae9f328b19c381ff9350aab77f527ecfdd7513 (commit)
from d80073cfc680610510eab052d1dd6294a295815a (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 72ae9f328b19c381ff9350aab77f527ecfdd7513
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jul 30 16:33:40 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 097799b..c38c52c 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' => {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list