[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 6487b344f2d3944d2ce6b185556516887836d3b9
Ivan
ivan at 420.am
Mon Apr 30 13:50:53 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 6487b344f2d3944d2ce6b185556516887836d3b9 (commit)
from 08a75a93f322db6b3cafc90f5d75ffb465eca80c (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 6487b344f2d3944d2ce6b185556516887836d3b9
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 30 13:50:52 2012 -0700
increase size of part_svc_column.columnvalue to support lots more domains in selectable choice, RT#17564
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index a403af3..d8798e7 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1829,12 +1829,12 @@ sub tables_hashref {
'part_svc_column' => {
'columns' => [
- 'columnnum', 'serial', '', '', '', '',
- 'svcpart', 'int', '', '', '', '',
- 'columnname', 'varchar', '', 64, '', '',
+ 'columnnum', 'serial', '', '', '', '',
+ 'svcpart', 'int', '', '', '', '',
+ 'columnname', 'varchar', '', 64, '', '',
'columnlabel', 'varchar', 'NULL', $char_d, '', '',
- 'columnvalue', 'varchar', 'NULL', $char_d, '', '',
- 'columnflag', 'char', 'NULL', 1, '', '',
+ 'columnvalue', 'varchar', 'NULL', 512, '', '',
+ 'columnflag', 'char', 'NULL', 1, '', '',
],
'primary_key' => 'columnnum',
'unique' => [ [ 'svcpart', 'columnname' ] ],
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
More information about the freeside-commits
mailing list