[freeside-commits] branch FREESIDE_3_BRANCH updated. 81666084b755dcc1a5850f4df4501f300f6b364c
Ivan
ivan at 420.am
Thu Feb 2 11:00:57 PST 2017
The branch, FREESIDE_3_BRANCH has been updated
via 81666084b755dcc1a5850f4df4501f300f6b364c (commit)
from 2eba3bb70e579c6799241e2d7d9df681febc8cdd (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 81666084b755dcc1a5850f4df4501f300f6b364c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Feb 2 11:00:44 2017 -0800
cust_main.paycardtype in v3
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index a158f39..95515cc 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1190,6 +1190,8 @@ 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, '', '',
@@ -1231,6 +1233,7 @@ sub tables_hashref {
[ 'archived' ],
[ 'ship_locationnum' ],
[ 'bill_locationnum' ],
+ [ 'paycardtype' ],
],
},
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Schema.pm | 3 +++
1 file changed, 3 insertions(+)
More information about the freeside-commits
mailing list