projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1d823b
)
no indices on h_cdr, RT#25521
author
Ivan Kohler
<ivan@freeside.biz>
Thu, 7 Nov 2013 04:33:46 +0000
(20:33 -0800)
committer
Ivan Kohler
<ivan@freeside.biz>
Thu, 7 Nov 2013 04:33:46 +0000
(20:33 -0800)
FS/FS/Schema.pm
patch
|
blob
|
history
diff --git
a/FS/FS/Schema.pm
b/FS/FS/Schema.pm
index
f312b55
..
8ba6020
100644
(file)
--- a/
FS/FS/Schema.pm
+++ b/
FS/FS/Schema.pm
@@
-210,7
+210,7
@@
sub dbdef_dist {
my %h_indices = ();
- unless ( $table eq 'cust_event' ) { #others?
+ unless ( $table eq 'cust_event'
|| $table eq 'cdr'
) { #others?
my %indices = $tableobj->indices;