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.pull/37454/head
parent
146b5691e7
commit
045cdee30c
|
@ -86,7 +86,6 @@ QUERY_STATES = [
|
||||||
States.attributes,
|
States.attributes,
|
||||||
States.last_changed,
|
States.last_changed,
|
||||||
States.last_updated,
|
States.last_updated,
|
||||||
States.created,
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue