Skip to content

Commit 7e174cc

Browse files
committed
Remove unnecessary columns from query (#47)
We're not showing these first patch sizes on the commitfest page.
1 parent 47d1197 commit 7e174cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pgcommitfest/commitfest/views.py

-2
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ def commitfest(request, cfid):
312312
branch.status as branch_status,
313313
branch.apply_url,
314314
branch.patch_count,
315-
branch.first_additions,
316-
branch.first_deletions,
317315
branch.all_additions,
318316
branch.all_deletions
319317
FROM commitfest_cfbotbranch branch

0 commit comments

Comments
 (0)