Skip to content

Commit

Permalink
Issue #1166: Mention to table in message
Browse files Browse the repository at this point in the history
about which columns are shortened.
  • Loading branch information
bschmalhofer committed Aug 10, 2021
1 parent 48ce62c commit 794080d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kernel/System/MigrateFromOTRS/CloneDB/Driver/Base.pm
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,8 @@ sub DataTransfer {

# Log info to apache error log and OTOBO log (syslog or file)
$MigrationBaseObject->MigrationLog(
String => "Column $SourceColumn needs to cut to new length of $MaxLenghtShortenedColumns chars, cause utf8mb4.",
Priority => "notice",
String => "Column $SourceTable.$SourceColumn is shortened to $MaxLenghtShortenedColumns chars",
Priority => 'notice',
);
}
continue {
Expand Down

0 comments on commit 794080d

Please sign in to comment.