Adjust comment
This commit is contained in:
parent
d612ec2b64
commit
bddf9d6a36
@ -276,7 +276,7 @@ class UTF8MB4Converter:
|
||||
self.logger.debug(f"Start converting character set of column {col}(@{table}) to {charset}")
|
||||
|
||||
if not column["charset"]:
|
||||
self.logger.debug(f"Column {col}(@{table}) has no set default character")
|
||||
self.logger.debug(f"Column {col}(@{table}) has no default character set")
|
||||
return
|
||||
if not column["type"] in ["char", "varchar", "text", "longtext"]:
|
||||
self.logger.debug(f"Column {col}(@{table}) does contain data of type {column['type']}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user