Remove the old ix_states_event_id index if its no longer being used (#89901)

* Remove the old ix_states_event_id index if its no longer being used

* cover it

* fixes

* fixup

* Update homeassistant/components/recorder/tasks.py
This commit is contained in:
J. Nick Koston 2023-03-17 14:27:33 -10:00 committed by GitHub
parent 138bbd9c28
commit b1f64de6ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 124 additions and 22 deletions

View file

@ -48,6 +48,8 @@ CONTEXT_ID_AS_BINARY_SCHEMA_VERSION = 36
EVENT_TYPE_IDS_SCHEMA_VERSION = 37
STATES_META_SCHEMA_VERSION = 38
LEGACY_STATES_EVENT_ID_INDEX_SCHEMA_VERSION = 28
class SupportedDialect(StrEnum):
"""Supported dialects."""