Ensure all recorder session executes use retries or the execute helper (#89888)
This commit is contained in:
@@ -43,6 +43,12 @@ KEEPALIVE_TIME = 30
|
||||
EXCLUDE_ATTRIBUTES = f"{DOMAIN}_exclude_attributes_by_domain"
|
||||
|
||||
|
||||
STATISTICS_ROWS_SCHEMA_VERSION = 23
|
||||
CONTEXT_ID_AS_BINARY_SCHEMA_VERSION = 36
|
||||
EVENT_TYPE_IDS_SCHEMA_VERSION = 37
|
||||
STATES_META_SCHEMA_VERSION = 38
|
||||
|
||||
|
||||
class SupportedDialect(StrEnum):
|
||||
"""Supported dialects."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user