mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00: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:
parent
146b5691e7
commit
045cdee30c
@ -86,7 +86,6 @@ QUERY_STATES = [
|
||||
States.attributes,
|
||||
States.last_changed,
|
||||
States.last_updated,
|
||||
States.created,
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user