[freeside-commits] branch FREESIDE_4_BRANCH updated. 6899c796bd9cd5dc3ad5a7ee0ba703dd25dfd4c6

Ivan ivan at 420.am
Thu Feb 2 11:00:55 PST 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  6899c796bd9cd5dc3ad5a7ee0ba703dd25dfd4c6 (commit)
      from  61b3e0076cc6f08d4a00e1cf71ab40277ef17229 (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 6899c796bd9cd5dc3ad5a7ee0ba703dd25dfd4c6
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Feb 2 11:00:51 2017 -0800

    cust_main.paycardtype in v4

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 36bd56b..7b42c0b 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1623,6 +1623,7 @@ sub tables_hashref {
         'paystate', 'varchar', 'NULL', $char_d, '', '', 
         'paytype',  'varchar', 'NULL', $char_d, '', '', 
         'payip',    'varchar', 'NULL', 15, '', '', 
+        'paycardtype', 'varchar', 'NULL',   $char_d, '', '',
 
         'geocode',  'varchar', 'NULL', 20,  '', '',
         'censustract', 'varchar', 'NULL', 20,  '', '', # 7 to save space?
@@ -1671,6 +1672,7 @@ sub tables_hashref {
                           [ 'archived' ],
                           [ 'ship_locationnum' ],
                           [ 'bill_locationnum' ],
+                          [ 'paycardtype' ],
                         ],
       'foreign_keys' => [
                           { columns    => [ 'agentnum' ],

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

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




More information about the freeside-commits mailing list