mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Remove unique constraint for section_id and username
This commit is contained in:
parent
717530fff7
commit
4e0f06f24d
2 changed files with 91 additions and 21 deletions
|
@ -113,7 +113,7 @@ class Libraries(object):
|
|||
query = data_tables.ssp_query(table_name='library_sections',
|
||||
columns=columns,
|
||||
custom_where=[custom_where],
|
||||
group_by=['library_sections.section_id'],
|
||||
group_by=['library_sections.server_id', 'library_sections.section_id'],
|
||||
join_types=['LEFT OUTER JOIN',
|
||||
'LEFT OUTER JOIN',
|
||||
'LEFT OUTER JOIN'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue