@@ -30,4 +30,5 @@ getUpdatesByReadStatus:
|
||||
SELECT *
|
||||
FROM updatesView
|
||||
WHERE read = :read
|
||||
AND dateUpload > :after;
|
||||
AND dateUpload > :after
|
||||
LIMIT :limit;
|
||||
Reference in New Issue
Block a user