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:
J. Nick Koston
2020-07-04 01:04:11 -05:00
committed by GitHub
parent 146b5691e7
commit 045cdee30c

View File

@@ -86,7 +86,6 @@ QUERY_STATES = [
States.attributes,
States.last_changed,
States.last_updated,
States.created,
]