diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-03-06 16:19:36 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-03-06 16:19:36 -0800 |
commit | 73741b7c0366647c4115dfd79ccded194e9de6eb (patch) | |
tree | 7d996f8d6a5188b8df5bdece6768cf22e8f95d0f /FS | |
parent | e19085190e34fce90b15bd9ec0c8d98b4fc8cd9a (diff) |
larger package comments, RT#29311
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Schema.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 6fa78852c..6ed1d9716 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1951,11 +1951,11 @@ sub tables_hashref { 'cust_pkg_detail' => { 'columns' => [ - 'pkgdetailnum', 'serial', '', '', '', '', - 'pkgnum', 'int', '', '', '', '', - 'detail', 'varchar', '', $char_d, '', '', - 'detailtype', 'char', '', 1, '', '', # "I"nvoice or "C"omment - 'weight', 'int', '', '', '', '', + 'pkgdetailnum', 'serial', '', '', '', '', + 'pkgnum', 'int', '', '', '', '', + 'detail', 'varchar', '', 2*$char_d, '', '', + 'detailtype', 'char', '', 1, '', '', #"I"nvoice or "C"omment + 'weight', 'int', '', '', '', '', ], 'primary_key' => 'pkgdetailnum', 'unique' => [], |