mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 12:44:07 +00:00
12 lines
379 B
JSON
12 lines
379 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE messages\n SET content = ?, modified_at = ?\n WHERE message_id = ? AND sender_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 4
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "d1b24b806f4071108ba198504845cfeeeddc63628ed9ace6db3107ab2a4262ec"
|
|
}
|