mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-23 14:54:07 +00:00
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE contacts SET requested = 1, deleted_by_user = 1 WHERE user_id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "463452781891c7f94456ca4869f7e89b1fc0586c286e985a5853af7bfc38cb31"
|
|
}
|