mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 16:44:07 +00:00
12 lines
279 B
JSON
12 lines
279 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "UPDATE contacts SET account_deleted = 1 WHERE user_id = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "7da84cfdaf59649fe3735b81d4805de49530ed63fb35b06ff111743bd809d35d"
|
|
}
|