mirror of
https://github.com/openvk/openvk
synced 2025-01-09 01:09:46 +03:00
oops i forgot to update sql file
This commit is contained in:
parent
a251e3c3a7
commit
37c5ef26e6
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@ FROM
|
||||||
`messages`
|
`messages`
|
||||||
WHERE
|
WHERE
|
||||||
(`deleted` = 0)
|
(`deleted` = 0)
|
||||||
AND (`id` < ?)
|
AND (`id` > ?)
|
||||||
AND (
|
AND (
|
||||||
(
|
(
|
||||||
(`sender_type` = ?)
|
(`sender_type` = ?)
|
||||||
|
@ -22,4 +22,6 @@ WHERE
|
||||||
ORDER BY
|
ORDER BY
|
||||||
`created` DESC
|
`created` DESC
|
||||||
LIMIT
|
LIMIT
|
||||||
?
|
?
|
||||||
|
OFFSET
|
||||||
|
?
|
||||||
|
|
Loading…
Reference in a new issue