mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
remove invalid join
This commit is contained in:
parent
03c8f09be8
commit
0ccb8e17cb
1 changed files with 0 additions and 1 deletions
|
@ -91,7 +91,6 @@ SQL
|
|||
(
|
||||
SELECT i.user_id, MIN(i.id) i_id
|
||||
FROM incoming_links i
|
||||
JOIN topics t on t.id = i.topic_id
|
||||
JOIN badge_posts p on p.id = i.post_id
|
||||
WHERE i.user_id IS NOT NULL
|
||||
GROUP BY i.user_id
|
||||
|
|
Loading…
Reference in a new issue