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