mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 02:28:21 +00:00
fixed wording that may confuse user (#18628)
This commit is contained in:
parent
cf22060c5e
commit
2f581b1a1e
@ -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