mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 12:44:07 +00:00
12 lines
404 B
JSON
12 lines
404 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE contacts\n SET user_discovery_excluded = ?, user_discovery_version = NULL\n WHERE user_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "856ba1dc64d80914973128cefd776a9442a6a73ba94145c85245780a86b241e8"
|
|
}
|