add fix for donats
This commit is contained in:
parent
dfd8a935ae
commit
17246696e2
@ -75,6 +75,7 @@ SELECT
|
||||
FROM donats
|
||||
WHERE streamer_id = @streamer_id
|
||||
AND rejected_time IS NULL
|
||||
AND paid_time IS NOT NULL
|
||||
ORDER BY created_at DESC
|
||||
LIMIT @limit OFFSET @offset;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user