mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-08-05 01:06:08 +00:00
Merge pull request #707 from nils-werner/nolimit
Removed commit List User limit
This commit is contained in:
commit
977b64688e
@ -122,7 +122,7 @@ WHERE c.repo_id = r.repo_id
|
||||
AND r.repo_id = p.repo_id
|
||||
AND p.user_id = ?
|
||||
GROUP BY r.repo_id
|
||||
) ORDER BY c.commit_created DESC LIMIT 5;
|
||||
) ORDER BY c.commit_created DESC;
|
||||
`
|
||||
|
||||
// SQL query to retrieve the ungrouped, latest Commits
|
||||
|
Loading…
Reference in New Issue
Block a user