mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
string issue #1104
This commit is contained in:
@@ -56,7 +56,7 @@ def ensure_column(sql, table: str, column_name: str, column_type: str) -> bool:
|
||||
return False
|
||||
|
||||
if extra:
|
||||
msg = f'[db_upgrade] Extra DB columns detected in {table}: {', '.join(extra)}'
|
||||
msg = f"[db_upgrade] Extra DB columns detected in {table}: {', '.join(extra)}"
|
||||
mylog('none', [msg])
|
||||
|
||||
# Add missing column
|
||||
|
||||
Reference in New Issue
Block a user