mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 23:04:08 +00:00
12 lines
340 B
JSON
12 lines
340 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE contacts\n SET user_discovery_version = ?\n WHERE user_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "3462ce3b677445a641de96634d6f69a661f2b58cbfff84eac55eaec901a54284"
|
|
}
|