mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
fixed wording that may confuse user (#18628)
This commit is contained in:
parent
af0f3fcbdb
commit
bb37151987
@ -29,7 +29,7 @@ def migrate_schema(instance):
|
|||||||
with open(progress_path, 'w'):
|
with open(progress_path, 'w'):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
_LOGGER.warning("Database requires upgrade. Schema version: %s",
|
_LOGGER.warning("Database is about to upgrade. Schema version: %s",
|
||||||
current_version)
|
current_version)
|
||||||
|
|
||||||
if current_version is None:
|
if current_version is None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user