Skip to content

Commit

Permalink
Fix Vote manager
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Jaruga Cruz <[email protected]>
Signed-off-by: Lucas Moura <[email protected]>
  • Loading branch information
GustJc committed Feb 23, 2016
1 parent f01f90e commit b6a546b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/colab_superarchives/managers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ def get_queryset(self):
SELECT
count(sav.id)
FROM
super_archives_vote AS sav
colab_superarchives_vote AS sav
WHERE
super_archives_message.id = sav.message_id
colab_superarchives_message.id = sav.message_id
"""

messages = queryset.extra(
Expand Down

0 comments on commit b6a546b

Please sign in to comment.