mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix spelling mistake in recorder migration [ci skip]
This commit is contained in:
parent
7289d5b656
commit
54c3f4f001
@ -169,7 +169,7 @@ def _add_columns(engine, table_name, columns_def):
|
||||
if 'duplicate' not in str(err).lower():
|
||||
raise
|
||||
|
||||
_LOGGER.warning('Column %s already exists on %s, continueing',
|
||||
_LOGGER.warning('Column %s already exists on %s, continuing',
|
||||
column_def.split(' ')[1], table_name)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user