[freeside-commits] branch master updated. b20ef760ea09410b688c5bfe2c7e471c09e19427

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


The branch, master has been updated
       via  b20ef760ea09410b688c5bfe2c7e471c09e19427 (commit)
      from  aba1dd69d21129924d268fae7f24a19a54b80c60 (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 b20ef760ea09410b688c5bfe2c7e471c09e19427
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Mar 21 18:28:12 2018 -0700

    more room for imported package names, RT#79383

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 236622b63..6d70ede8f 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -3269,7 +3269,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