Adjust comment

This commit is contained in:
Akumatic 2023-05-04 09:56:00 +02:00
parent d612ec2b64
commit bddf9d6a36

View File

@ -276,7 +276,7 @@ class UTF8MB4Converter:
self.logger.debug(f"Start converting character set of column {col}(@{table}) to {charset}") self.logger.debug(f"Start converting character set of column {col}(@{table}) to {charset}")
if not column["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 return
if not column["type"] in ["char", "varchar", "text", "longtext"]: if not column["type"] in ["char", "varchar", "text", "longtext"]:
self.logger.debug(f"Column {col}(@{table}) does contain data of type {column['type']}") self.logger.debug(f"Column {col}(@{table}) does contain data of type {column['type']}")