mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Avoid selecting the states created column for history (#37450)
We never use the data for history. We should not select it as it created unneeded overhead.
This commit is contained in:
@@ -86,7 +86,6 @@ QUERY_STATES = [
|
|||||||
States.attributes,
|
States.attributes,
|
||||||
States.last_changed,
|
States.last_changed,
|
||||||
States.last_updated,
|
States.last_updated,
|
||||||
States.created,
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user