summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-07-05 21:35:52 +0000
committerivan <ivan>2009-07-05 21:35:52 +0000
commit0ce1ba66efbd074aca5182bb3e42bd99ff55472a (patch)
tree596f309179d1c6c502ffb9bc2adb3bb8e310c7ea /FS/FS/Schema.pm
parent15c8b0fd8580afcd9c10d5816cbae43996c02ec0 (diff)
CDR search by dcontext, charged_party, toggle of display fields, RT#4081
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 52e119083..67ef612f3 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2142,7 +2142,12 @@ sub tables_hashref {
],
'primary_key' => 'acctid',
'unique' => [],
- 'index' => [ [ 'calldate' ], [ 'src' ], [ 'dst' ], [ 'charged_party' ], [ 'accountcode' ], [ 'carrierid' ], [ 'freesidestatus' ], [ 'freesiderewritestatus' ], [ 'cdrbatch' ], ],
+ 'index' => [ [ 'calldate' ],
+ [ 'src' ], [ 'dst' ], [ 'dcontext' ], [ 'charged_party' ],
+ [ 'accountcode' ], [ 'carrierid' ],
+ [ 'freesidestatus' ], [ 'freesiderewritestatus' ],
+ [ 'cdrbatch' ],
+ ],
},
'cdr_termination' => {