fix: Use correct join for gserver

This commit is contained in:
Carlos Solís 2025-03-07 12:37:58 -06:00
parent e51fbc72d4
commit ba0ae09fe6

View file

@ -47,7 +47,7 @@ db="friendica"
on c.id = o.\`owner-id\` \
right join tmp_causers as t \
on c.id = t.\`causer-id\` \
left join gserver as g \
inner join gserver as g \
on g.id = c.gsid \
order by final_amount asc \
limit 1000;"