fix: Use correct join for gserver
This commit is contained in:
parent
e51fbc72d4
commit
ba0ae09fe6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ db="friendica"
|
||||||
on c.id = o.\`owner-id\` \
|
on c.id = o.\`owner-id\` \
|
||||||
right join tmp_causers as t \
|
right join tmp_causers as t \
|
||||||
on c.id = t.\`causer-id\` \
|
on c.id = t.\`causer-id\` \
|
||||||
left join gserver as g \
|
inner join gserver as g \
|
||||||
on g.id = c.gsid \
|
on g.id = c.gsid \
|
||||||
order by final_amount asc \
|
order by final_amount asc \
|
||||||
limit 1000;"
|
limit 1000;"
|
||||||
|
|
Loading…
Add table
Reference in a new issue