Skip to content

Commit

Permalink
Fix getProjectWatchers query
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianVennen committed Dec 23, 2024
1 parent 1fee047 commit 153dce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ SELECT count(hp.id)
" FROM project_members_all pma" +
" WHERE pma.user_id = u.id" +
" ) AS project_count" +
" FROM projects project_watchers pw " +
" FROM project_watchers pw " +
" JOIN users u ON pw.user_id = u.id " +
" LEFT JOIN user_global_roles ugr ON u.id = ugr.user_id" +
" LEFT JOIN roles r ON ugr.role_id = r.id" +
Expand Down

0 comments on commit 153dce0

Please sign in to comment.