mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 11:24:08 +00:00
12 lines
394 B
JSON
12 lines
394 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE messages\n SET is_deleted_from_sender = 1, modified_at = ?\n WHERE message_id = ? AND sender_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "5357d7c57bd2d7a7d2c52e4dd41e90bdea08f915d736745592ddd375171787f8"
|
|
}
|