Skip to content

Commit 75f7fd8

Browse files
committed
Remove unnecessary columns from query (#47)
1 parent 28854cd commit 75f7fd8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pgcommitfest/commitfest/views.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,6 @@ def commitfest(request, cfid):
311311
branch.status as branch_status,
312312
branch.apply_url,
313313
branch.patch_count,
314-
branch.first_additions,
315-
branch.first_deletions,
316314
branch.all_additions,
317315
branch.all_deletions
318316
FROM commitfest_cfbotbranch branch

0 commit comments

Comments
 (0)