mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 10:04:07 +00:00
38 lines
954 B
JSON
38 lines
954 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT user_id, recovery_secret_share FROM contacts\n WHERE recovery_is_trusted_friend = 1\n AND recovery_last_heartbeat IS NULL\n AND recovery_secret_share IS NOT NULL",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "user_id",
|
|
"ordinal": 0,
|
|
"type_info": "Integer",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "contacts",
|
|
"name": "user_id"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"name": "recovery_secret_share",
|
|
"ordinal": 1,
|
|
"type_info": "Blob",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "contacts",
|
|
"name": "recovery_secret_share"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false,
|
|
true
|
|
]
|
|
},
|
|
"hash": "815f8d36932a7cad2f415eef0e2252acb4f823132f89b42d697c83be5beca994"
|
|
}
|