Skip to content

Commit

Permalink
Issue #644: Correct if clause after removal of DBIsThrowaway.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven committed Jan 13, 2021
1 parent 54c241c commit e535054
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Kernel/System/MigrateFromOTRS/CloneDB/Driver/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,7 @@ sub DataTransfer {
my $TargetColumnsString = join ', ', @SourceColumns;

# If we have extra columns in OTRS table we need to add the column to OTOBO.
# But only if we don't have a destructive batch insert
if ( !$DoBatchInsert{$SourceTable} ) {
{
my $TargetColumnRef = $TargetDBBackend->ColumnsList(
Table => $TargetTable,
DBName => $ConfigObject->Get('Database'),
Expand Down

0 comments on commit e535054

Please sign in to comment.