[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 3f01678a76be026258c604463fa58e7c6391cb97
Ivan
ivan at 420.am
Thu Sep 13 17:33:12 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 3f01678a76be026258c604463fa58e7c6391cb97 (commit)
from 4bbce3931c311168fefe29d8fa764861e59efbe8 (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 3f01678a76be026258c604463fa58e7c6391cb97
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Sep 13 17:33:11 2012 -0700
fix RADIUS schema for long attribute values, RT#19377
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 0b67022..c932d7f 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2462,12 +2462,12 @@ sub tables_hashref {
'radius_attr' => {
'columns' => [
- 'attrnum', 'serial', '', '', '', '',
- 'groupnum', 'int', '', '', '', '',
+ 'attrnum', 'serial', '', '', '', '',
+ 'groupnum', 'int', '', '', '', '',
'attrname', 'varchar', '', $char_d, '', '',
- 'value', 'varchar', '', $char_d, '', '',
- 'attrtype', 'char', '', 1, '', '',
- 'op', 'char', '', 2, '', '',
+ 'value', 'varchar', '', 255, '', '',
+ 'attrtype', 'char', '', 1, '', '',
+ 'op', 'char', '', 2, '', '',
],
'primary_key' => 'attrnum',
'unique' => [],
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
More information about the freeside-commits
mailing list