We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3c96e commit e19bfd6Copy full SHA for e19bfd6
homeassistant/components/recorder/migration.py
@@ -117,10 +117,10 @@
117
if TYPE_CHECKING:
118
from . import Recorder
119
120
-# Live schema migration supported starting from schema version 42 or newer
121
-# Schema version 41 was introduced in HA Core 2023.4
122
-# Schema version 42 was introduced in HA Core 2023.11
123
-LIVE_MIGRATION_MIN_SCHEMA_VERSION = 42
+# Live schema migration supported starting from schema version 48 or newer
+# Schema version 47 was introduced in HA Core 2024.9
+# Schema version 48 was introduced in HA Core 2025.1
+LIVE_MIGRATION_MIN_SCHEMA_VERSION = 48
124
125
MIGRATION_NOTE_OFFLINE = (
126
"Note: this may take several hours on large databases and slow machines. "
0 commit comments