X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=ae9cb4174b3993afd44724f83a8a6ee52ef304fa;hb=0c04fc78f66d17a5736686757cd8f838715c8380;hp=f312b5536c845589283c8e45183a01ea3afe9e57;hpb=b1d823bed5c9d953a62f2b6245b71cbbab191bda;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index f312b5536..ae9cb4174 100644 --- 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; @@ -4903,7 +4903,7 @@ sub tables_hashref { #currently only u4: # terminating number (as opposed to dialed destination) - 'dst_term', 'varchar', '', $char_d, \"''", '', + 'dst_term', 'varchar', 'NULL', $char_d, '', '', #these don't seem to be logged by most of the SQL cdr_* modules #except tds under sql-illegal names, so;