mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 09:44:07 +00:00
12 lines
320 B
JSON
12 lines
320 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE groups SET last_message_exchange = CAST(strftime('%s','now') AS INTEGER) WHERE group_id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "bc9cdc4b65da8ee1c8c40a72dfd44f5b5c8016a582c36571ce656764b8f2b5fd"
|
|
}
|