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