mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 21:44:07 +00:00
12 lines
351 B
JSON
12 lines
351 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE messages\n SET media_reopened = 1\n WHERE message_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "6f27065bbb1277aa35530ac6bce6e780683555d0c125183b949846950cfac139"
|
|
}
|