From 360ddc75126ea4b87dfd7a3b98fac47ed03f0fd4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 8 Feb 2017 09:21:05 -0800 Subject: [PATCH] Revert "cust_main.paycardtype in v3" This reverts commit 81666084b755dcc1a5850f4df4501f300f6b364c. --- FS/FS/Schema.pm | 3 --- 1 file changed, 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' ], ], }, -- 2.11.0