mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 17:44:07 +00:00
12 lines
350 B
JSON
12 lines
350 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE groups\n SET last_message_exchange = MAX(last_message_exchange, ?)\n WHERE group_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "febc50ab89aa3a9bbb2e9333d8547cb700bc3039c178e133def8a2dc2e8aabb6"
|
|
}
|