[freeside-commits] branch master updated. 1e2473f03c0fb15f1e56dc09ea3a94c5e5525a53
Ivan
ivan at 420.am
Mon Apr 30 13:50:52 PDT 2012
The branch, master has been updated
via 1e2473f03c0fb15f1e56dc09ea3a94c5e5525a53 (commit)
from adaccb1ca8e3954a7899ef36bb23c05893ebbc81 (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 1e2473f03c0fb15f1e56dc09ea3a94c5e5525a53
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 30 13:50:47 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 ab72175..fb605ad 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1853,12 +1853,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