Only show unread entries in widget
Closes #9083 (cherry picked from commit 3634b52e3a2c6ede24af8074988373383dc68fae)
This commit is contained in:
@@ -24,3 +24,9 @@ updates:
|
||||
SELECT *
|
||||
FROM updatesView
|
||||
WHERE dateUpload > :after;
|
||||
|
||||
getUpdatesByReadStatus:
|
||||
SELECT *
|
||||
FROM updatesView
|
||||
WHERE read = :read
|
||||
AND dateUpload > :after;
|
||||
Reference in New Issue
Block a user