Skip to content
Snippets Groups Projects
Unverified Commit 045cdee3 authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

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.
parent 146b5691
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,6 @@ QUERY_STATES = [
States.attributes,
States.last_changed,
States.last_updated,
States.created,
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment