[freeside-commits] branch FREESIDE_3_BRANCH updated. 360ddc75126ea4b87dfd7a3b98fac47ed03f0fd4

Ivan ivan at 420.am
Wed Feb 8 09:21:14 PST 2017


The branch, FREESIDE_3_BRANCH has been updated
       via  360ddc75126ea4b87dfd7a3b98fac47ed03f0fd4 (commit)
      from  a424170896886d26d20f310c4316c2b48ec6173d (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 360ddc75126ea4b87dfd7a3b98fac47ed03f0fd4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Feb 8 09:21:05 2017 -0800

    Revert "cust_main.paycardtype in v3"
    
    This reverts commit 81666084b755dcc1a5850f4df4501f300f6b364c.

diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 95515cc..a158f39 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1190,8 +1190,6 @@ 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?
         'censusyear', 'char', 'NULL', 4, '', '',
@@ -1233,7 +1231,6 @@ sub tables_hashref {
                    [ 'archived' ],
                    [ 'ship_locationnum' ],
                    [ 'bill_locationnum' ],
-                   [ 'paycardtype' ],
                  ],
     },
 

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

Summary of changes:
 FS/FS/Schema.pm |    3 ---
 1 file changed, 3 deletions(-)




More information about the freeside-commits mailing list