diff options
author | Mark Wells <mark@freeside.biz> | 2016-02-23 12:23:54 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-02-24 11:33:51 -0800 |
commit | 30890c2f8f7c5b53cdd80aac5a6d40b35287105f (patch) | |
tree | 1094d287fa5b25ca247dab672d76d623d03948c4 | |
parent | f5373e9488901577259b96ced0c606dddc9714e2 (diff) |
add index on cdr.detailnum, #32043
-rw-r--r-- | FS/FS/Schema.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index ff6a9241a..36418acca 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -5521,6 +5521,7 @@ sub tables_hashref { [ 'freesidestatus' ], [ 'freesiderewritestatus' ], [ 'cdrbatch' ], [ 'cdrbatchnum' ], [ 'src_ip_addr' ], [ 'dst_ip_addr' ], [ 'dst_term' ], + [ 'detailnum' ], ], #no FKs on cdr table... choosing not to throw errors no matter what's # thrown in here. better to have the data. |