mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 12:44:07 +00:00
12 lines
295 B
JSON
12 lines
295 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE messages SET opened_at = ?, opened_by_all = ? WHERE message_id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e0af4bff6847c75b26509f029e6a23624c784b5ededae3dcac2b1913cf8221b0"
|
|
}
|