Skip to content

Commit e19bfd6

Browse files
authored
Bump recorder live schema migration to schema version 48 (home-assistant#153404)
1 parent 7b3c96e commit e19bfd6

File tree

3 files changed

+987
-8
lines changed

3 files changed

+987
-8
lines changed

homeassistant/components/recorder/migration.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@
117117
if TYPE_CHECKING:
118118
from . import Recorder
119119

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
120+
# Live schema migration supported starting from schema version 48 or newer
121+
# Schema version 47 was introduced in HA Core 2024.9
122+
# Schema version 48 was introduced in HA Core 2025.1
123+
LIVE_MIGRATION_MIN_SCHEMA_VERSION = 48
124124

125125
MIGRATION_NOTE_OFFLINE = (
126126
"Note: this may take several hours on large databases and slow machines. "

0 commit comments

Comments
 (0)