X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=d59270bd0123e42d637ba9018d83dca04200face;hb=ec95e1dca6b6c7869314b47e440df0ca6e56c046;hp=e8ab6bfec2dd0ad312f06343e41c552f4b788f25;hpb=024d4735a2894915bb36e9926fa0d0af26c2beee;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index e8ab6bfec..d59270bd0 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -2014,12 +2014,15 @@ sub tables_hashref { #NULL, done (or something) 'freesidestatus', 'varchar', 'NULL', 32, '', '', + #NULL, done (or something) + 'freesiderewritestatus', 'varchar', 'NULL', 32, '', '', + 'cdrbatch', 'varchar', 'NULL', $char_d, '', '', ], 'primary_key' => 'acctid', 'unique' => [], - 'index' => [ [ 'calldate' ], [ 'src' ], [ 'dst' ], [ 'charged_party' ], [ 'accountcode' ], [ 'freesidestatus' ], [ 'cdrbatch' ], ], + 'index' => [ [ 'calldate' ], [ 'src' ], [ 'dst' ], [ 'charged_party' ], [ 'accountcode' ], [ 'freesidestatus' ], [ 'freesiderewritestatus' ], [ 'cdrbatch' ], ], }, 'cdr_calltype' => {