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
J. Nick Koston 2020-07-04 01:04:11 -05:00 committed by GitHub
parent 146b5691e7
commit 045cdee30c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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