mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 15:24:08 +00:00
12 lines
342 B
JSON
12 lines
342 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n UPDATE user_discovery_shares\n SET contact_id = ?\n WHERE share_id = ?\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 2
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "629c9b14b6e65f3209752e66b4f7709d252feae82dd009ce628274ed9b9c680a"
|
|
}
|