diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-02-08 09:21:05 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-02-08 09:21:05 -0800 |
commit | 360ddc75126ea4b87dfd7a3b98fac47ed03f0fd4 (patch) | |
tree | 62d517e1bb3fa5f8d417d0f008fe99a5ff9ac10c | |
parent | a424170896886d26d20f310c4316c2b48ec6173d (diff) |
Revert "cust_main.paycardtype in v3"
This reverts commit 81666084b755dcc1a5850f4df4501f300f6b364c.
-rw-r--r-- | FS/FS/Schema.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 95515cc6e..a158f39c2 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' ], ], }, |