oops i forgot to update sql file

This commit is contained in:
Alma Armas 2020-08-01 14:30:08 +00:00
parent a251e3c3a7
commit 37c5ef26e6

View file

@ -4,7 +4,7 @@ FROM
`messages`
WHERE
(`deleted` = 0)
AND (`id` < ?)
AND (`id` > ?)
AND (
(
(`sender_type` = ?)
@ -22,4 +22,6 @@ WHERE
ORDER BY
`created` DESC
LIMIT
?
?
OFFSET
?