mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Fix ambiguous column names
This commit is contained in:
parent
fc75232519
commit
adc808ac9f
2 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ class DataFactory(object):
|
|||
|
||||
group_by = ['session_history.reference_id'] if grouping else ['session_history.id']
|
||||
|
||||
columns = ['reference_id',
|
||||
columns = ['session_history.reference_id',
|
||||
'session_history.id',
|
||||
'started AS date',
|
||||
'MIN(started) AS started',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue