mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 11:24:08 +00:00
12 lines
364 B
JSON
12 lines
364 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE contacts\n SET requested = 1, deleted_by_user = 0\n WHERE user_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "84c77f8397fdf0dcf0d3c9ccab7f3854d2d607de0662b9e5f7d279f5e9417ebf"
|
|
}
|