mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 16:04:08 +00:00
12 lines
429 B
JSON
12 lines
429 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE groups\n SET delete_messages_after_milliseconds = COALESCE(\n ?, delete_messages_after_milliseconds\n )\n WHERE group_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "e9233f4bcd226a8536865b908ee9e36b6e8ebfd52fb3828c948693e9ca5c7dbb"
|
|
}
|