100% foreign instance downvoted. I’m just gonna disable downvotes from other instances for a while.
lemmy=# select person.name, post_like.score, person.local from post_like leftjoin person on person.id = post_like.person_id where post_like.post_id =5314
name | score |local--------------------+-------+-------
masterofballs |1| t
Scruffy_Nerfherder |1| t
dessalines |-1| f
lunatichacker |-1| f
masterofballs |1| f
squashkin |1| t
wigglehard |1| t
Monarque |1| t
seahorse |-1| f
100% foreign instance downvoted. I’m just gonna disable downvotes from other instances for a while.
lemmy=# select person.name, post_like.score, person.local from post_like left join person on person.id = post_like.person_id where post_like.post_id = 5314 name | score | local --------------------+-------+------- masterofballs | 1 | t Scruffy_Nerfherder | 1 | t dessalines | -1 | f lunatichacker | -1 | f masterofballs | 1 | f squashkin | 1 | t wigglehard | 1 | t Monarque | 1 | t seahorse | -1 | f