Skip to content

Commit

Permalink
Use actor_revision instead of actor
Browse files Browse the repository at this point in the history
  • Loading branch information
Huji authored Apr 24, 2024
1 parent 8d58bcc commit 64fd153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HujiBot/weekly-slow.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def main(sqlnum, maxtime):
ON r.rev_id = f.rev_first
JOIN page
ON page_id = r.rev_page
JOIN actor
JOIN actor_revision
ON rev_actor = actor_id
LEFT JOIN user_groups
on actor_user = ug_user
Expand Down

0 comments on commit 64fd153

Please sign in to comment.