[freeside-commits] branch FREESIDE_4_BRANCH updated. 5861d6c9495e419a679aec5cf2e2b81270540062

Ivan Kohler ivan at freeside.biz
Wed Mar 21 18:28:16 PDT 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  5861d6c9495e419a679aec5cf2e2b81270540062 (commit)
      from  024ec984bae9baf367623827d8e27ea7cdc95549 (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 5861d6c9495e419a679aec5cf2e2b81270540062
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Mar 21 18:28:15 2018 -0700

    more room for imported package names, RT#79383

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index ecdfd0a94..91c91f8ac 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -3239,7 +3239,7 @@ sub tables_hashref {
       'columns' => [
         'pkgpart',       'serial',    '',   '', '', '', 
         'pkgpartbatch',  'varchar', 'NULL', $char_d, '', '',
-        'pkg',           'varchar',   '',   $char_d, '', '', 
+        'pkg',           'varchar',   '',   104, '', '', 
         'comment',       'varchar', 'NULL', 2*$char_d, '', '', 
         'promo_code',    'varchar', 'NULL', $char_d, '', '', 
         'freq',          'varchar',   '',   $char_d, '', '', #billing frequency

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Schema.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list