mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +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`
|
||||
WHERE
|
||||
(`deleted` = 0)
|
||||
AND (`id` < ?)
|
||||
AND (`id` > ?)
|
||||
AND (
|
||||
(
|
||||
(`sender_type` = ?)
|
||||
|
@ -22,4 +22,6 @@ WHERE
|
|||
ORDER BY
|
||||
`created` DESC
|
||||
LIMIT
|
||||
?
|
||||
?
|
||||
OFFSET
|
||||
?
|
||||
|
|
Loading…
Reference in a new issue