mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-30 22:42:29 +00:00
fix postgres repo count
This commit is contained in:
@@ -89,7 +89,7 @@ FROM pg_class WHERE relname = 'users'
|
||||
|
||||
var countRepos = `
|
||||
SELECT count(1)
|
||||
FROM repo
|
||||
FROM repos
|
||||
WHERE repo_active = 1
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user