mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +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` = ?)
|
||||||
|
@ -23,3 +23,5 @@ ORDER BY
|
||||||
`created` DESC
|
`created` DESC
|
||||||
LIMIT
|
LIMIT
|
||||||
?
|
?
|
||||||
|
OFFSET
|
||||||
|
?
|
||||||
|
|
Loading…
Reference in a new issue