mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
build: update query plans
This commit is contained in:
parent
205ced1c1d
commit
9533772aa2
1 changed files with 1 additions and 1 deletions
|
@ -3325,7 +3325,7 @@ SEARCH chat_items USING INTEGER PRIMARY KEY (rowid=?)
|
||||||
Query:
|
Query:
|
||||||
UPDATE chat_items
|
UPDATE chat_items
|
||||||
SET item_deleted = ?, item_deleted_ts = ?, item_deleted_by_group_member_id = ?, updated_at = ?
|
SET item_deleted = ?, item_deleted_ts = ?, item_deleted_by_group_member_id = ?, updated_at = ?
|
||||||
WHERE user_id = ? AND group_id = ? AND msg_content_tag = ? AND item_deleted = ? AND item_sent = ?
|
WHERE user_id = ? AND group_id = ? AND msg_content_tag = ? AND item_deleted = ? AND item_sent = 0
|
||||||
RETURNING chat_item_id
|
RETURNING chat_item_id
|
||||||
|
|
||||||
Plan:
|
Plan:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue