summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-18 14:03:25 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-18 14:03:25 -0800
commit961c99fbc92fbe296911a60980aef247f8adc049 (patch)
tree31b0a6fde2619690a58da98d662f386dad685e2f /FS/FS/Schema.pm
parent85c78d955fbc2fd6c3991156b387d37c185b9f64 (diff)
disable quotations, RT#20688, RT#22232
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index f559564..8d33f92 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -1681,6 +1681,7 @@ sub tables_hashref {
'weight', 'int', '', '', '', '',
'payby', 'char', '', 4, '', '',
'payinfo', 'varchar', 'NULL', 512, '', '',
+ 'cardtype', 'varchar', 'NULL', $char_d, '', '',
'paycvv', 'varchar', 'NULL', 512, '', '',
'paymask', 'varchar', 'NULL', $char_d, '', '',
#'paydate', @date_type, '', '',
@@ -1848,7 +1849,7 @@ sub tables_hashref {
],
'primary_key' => 'quotationnum',
'unique' => [],
- 'index' => [ [ 'prospectnum' ], ['custnum'], ],
+ 'index' => [ [ 'prospectnum' ], ['custnum'], ['disabled'], ],
'foreign_keys' => [
{ columns => [ 'prospectnum' ],
table => 'prospect_main',