mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-09-01 16:44:07 +00:00
26 lines
922 B
JSON
26 lines
922 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT receipt_id FROM receipts\n WHERE will_be_retried_by_media_upload = 0\n AND deferred_until_session IS NULL\n AND (ack_by_server_at IS NULL OR mark_for_retry IS NOT NULL)\n AND (mark_for_retry_after_accepted IS NULL OR EXISTS(\n SELECT 1 FROM contacts\n WHERE contacts.user_id = receipts.contact_id AND contacts.accepted = 1\n ))\n ORDER BY created_at\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "receipt_id",
|
|
"ordinal": 0,
|
|
"type_info": "Text",
|
|
"origin": {
|
|
"Table": {
|
|
"table": "receipts",
|
|
"name": "receipt_id"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 0
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "2cd83f566f77c7f91ad0ceccf7bcf6c33cfb6885d2add6be4438b1e2e639ea49"
|
|
}
|