Skip to content

Commit b4258ef

Browse files
destrex271JelteF
andauthored
updated query
Co-authored-by: Jelte Fennema-Nio <[email protected]>
1 parent d716195 commit b4258ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pgcommitfest/commitfest/views.py

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ def me(request):
103103
OR EXISTS (
104104
SELECT 1 FROM commitfest_patch_authors cpa WHERE cpa.patch_id=p.id AND cpa.user_id=%(user_id)s
105105
)
106+
OR p.committer_id=%(user_id)s
106107
)
107108
GROUP BY ps.status ORDER BY ps.sortkey""",
108109
{

0 commit comments

Comments
 (0)