projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b527719
)
bulk credit import, RT#26319
author
Ivan Kohler
<ivan@freeside.biz>
Wed, 15 Jan 2014 22:36:57 +0000
(14:36 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Wed, 15 Jan 2014 22:36:57 +0000
(14:36 -0800)
FS/FS/Schema.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Schema.pm
b/FS/FS/Schema.pm
index
db5bad2
..
5b4ba07
100644
(file)
--- a/
FS/FS/Schema.pm
+++ b/
FS/FS/Schema.pm
@@
-973,11
+973,12
@@
sub tables_hashref {
'commission_agentnum', 'int', 'NULL', '', '', '', #
'commission_salesnum', 'int', 'NULL', '', '', '', #
'commission_pkgnum', 'int', 'NULL', '', '', '', #
+ 'credbatch', 'varchar', 'NULL', $char_d, '', '',
],
'primary_key' => 'crednum',
'unique' => [],
'index' => [ ['custnum'], ['_date'], ['usernum'], ['eventnum'],
- [
'commission_salesnum'
],
+ [
'commission_salesnum'], ['credbatch'
],
],
},