diff options
author | ivan <ivan> | 2011-05-01 19:10:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-05-01 19:10:17 +0000 |
commit | ab1ec8c254827cee30244d79a3c4544bf6946abc (patch) | |
tree | 9d59b0f504fd53f4d6628a60b23744d12ae42d66 | |
parent | 1d7b044ecf69252e7d12a8e036c0af3eb370a08f (diff) |
index cdr.uniqueid for reimports, RT#12181
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 3e2bb7673..ceb09092e 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2868,7 +2868,7 @@ sub tables_hashref { 'unique' => [], 'index' => [ [ 'calldate' ], [ 'src' ], [ 'dst' ], [ 'dcontext' ], [ 'charged_party' ], - [ 'accountcode' ], [ 'carrierid' ], [ 'cdrid' ], + ['accountcode'], ['uniqueid'], ['carrierid'], ['cdrid'], [ 'sessionnum' ], [ 'subscriber' ], [ 'freesidestatus' ], [ 'freesiderewritestatus' ], [ 'cdrbatch' ], [ 'cdrbatchnum' ], |